-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathintro.html
55 lines (55 loc) · 1.2 KB
/
intro.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
<!DOCTYPE html>
<html>
<head>
<meta property="og:title" content="Project">
<meta property="og:description" content="Ajou University">
<meta property="og:image" content="img/favicon.png">
<title>Project</title>
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.png"/>
<script type='text/javascript' src='https://code.jquery.com/jquery-3.3.1.min.js'></script>
<script type='text/javascript' src='js/intro.js?ver=0.2'></script>
<link href="css/intro.css?ver=0.1" rel="stylesheet" type="text/css"/>
</head>
<body>
<div id="div_backHolder">
<img src="img/background.png"/>
</div>
<canvas id="canvas"></canvas>
<div id="div_logoHolder">
<img src="img/logo.png"/>
</div>
<hr>
<div id="div_lightHolder">
<img src="img/light.png"/>
</div>
<div id="div_letterHolder">
<div>
<div>B</div>
<div>A</div>
<div>C</div>
<div>A</div>
</div>
</div>
<div id="div_infoHolder">
<div>
201000000<br>
aaaa aaaa
</div>
<div>
201000000<br>
aaaa aaaa
</div>
<div>
201000000<br>
aaaa aaaa
</div>
<div>
201000000<br>
aaaa aaaa
</div>
</div>
<div id="div_copyright">
<span>Copyrightⓒ 2018. thddk0317. All rights reserved.</span>
</div>
</body>
</html>