-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
64 lines (57 loc) · 1.92 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html>
<head>
<title>Three Columns with Centered Text</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
}
.container {
display: flex;
justify-content: space-between;
margin: 50px auto;
max-width: 800px;
}
.column {
flex-basis: 30%;
text-align: center;
border: 1px solid #ccc;
padding: 20px;
box-sizing: border-box;
}
</style>
</head>
<body>
<div class="container">
<div class="column">
<pre>
_____ _____ _ __
/ _ \ \ /\ / / _ \ '_ \
| (_) \ V V / __/ | | |
\___/ \_/\_/ \___|_| |_|
</pre>
</div>
<div class="column">
<pre>
_ _
___ _ _| |_ _(_) __ _
/ __| | | | \ \ / / |/ _` |
\__ \ |_| | |\ V /| | (_| |
|___/\__, |_| \_/ |_|\__,_|
|___/
</pre>
</div>
<div class="column">
<pre>
_ __ ___ __ _ ___ ___ _ __
| '_ ` _ \ / _` / __|/ _ \| '_ \
| | | | | | (_| \__ \ (_) | | | |
|_| |_| |_|\__,_|___/\___/|_| |_|
</pre>
</div>
</div>
</body>
</html>
<div></div><div class="ai-modal-container" style="font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; line-height: 18px;"></div><div class="cgw-text-selection-popup" style="font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; line-height: 18px; position: absolute;"></div><div class="ai-modal-container" style="font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";"></div></body>