-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (42 loc) · 1.59 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>One by One</title>
<style>
h1 {
color: black;
text-decoration: none;
text-align: center;
font-size: 50px;
}
a {
color: black;
}
</style>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-5QBC30E1M7"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-5QBC30E1M7');
</script>
</head>
<body>
<h1><a href="index.html">내가 꿈꾸던 것들</h1>
<li><a href="index.html" style="color:#FF5D5D">One By One</li>
<ol>
<li><a href="1.html">The sense of space</a></li>
<li><a href="2.html">Memories lies on surface</a></li>
<li><a href="3.html">What should I live</a></li>
<li><a href="checkbox.html">p.s.checkbox tutorial</a></li>
<li><a href="checkboxbasic.html">p.s.checkbox basic</a></li>
</ol>
<h2>Welcome!</h2>
<p>Hello the web world!
Finally I'm here!</p>
<p style="margin-top:20px;"><strong>This website</strong> is the repository of my special thoughts. I dreamed to become a person who can express what's in my mind. And I believe <a href="https://html.spec.whatwg.org/multipage/" target="_blank" title="html specification page">html is the key</a>
Actually, I'm not good at it too, <u>but it's the first step to my dream.</u></p>
<img src="sunset.jpg" width="50%">
</body>