index.ejs
3.24 KB
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE HTML>
<html>
<head>
<title>내 댓글을 찾아줘</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<link href='http://fonts.googleapis.com/css?family=Roboto+Condensed:700italic,400,300,700' rel='stylesheet' type='text/css'>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-panels.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel-noscript.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-desktop.css" />
</noscript>
</head>
<body class="homepage">
<!-- Header -->
<div id="header">
<div class="container">
<!-- Logo -->
<div id="logo">
<h1><a href="#">SNS 댓글 탐색기</a></h1>
</div>
<!-- Nav -->
<nav id="nav">
<ul>
<li class="active"><a href="http://localhost:3000/Home">Home</a></li>
<li><a href="youtube"><img src="images/youtube.png" style = "height: 50px; width: 50px; margin-top: -15px;"></a></li>
<li><a href="twitter"><img src="images/twitter.jpg" style = "height: 50px; width: 50px; margin-top: -15px;"></a></li>
<li><a href="naver"><img src="images/naver.png" style = "height: 50px; width: 50px; margin-top: -15px;"></a></li>
<li><a href="login/">내정보</a></li>
</ul>
</nav>
</div>
</div>
<!-- Header -->
<!-- Main -->
</div>
<div id="page">
<div id="youtube" class="container">
<div class="row">
<div class="3u">
<section>
<header>
<h2 style = "font-size:2em;margin-left: 0px;"><a href="youtube/1"><b>유튜브</b></h2>
<br>
</header>
<p><a href="youtube"><img src="images/youtube.png" style = "margin-left: 50px;"></a></p>
</section>
</div>
<div class="3u">
<section>
<header>
<h2 style = "font-size:2em;margin-left: 70px;"><a href="twitter/1"><b>트위터</b></h2>
<br>
</header>
<p><a href="twitter"><img src="images/twitter.jpg" style = "margin-left: 150px;"></a></p>
</section>
</div>
<div class="3u">
<section>
<header>
<h2 style = "font-size:2em;margin-left: 150px;"><a href="naver/1"><b>네이버</b></h2>
<br>
</header>
<p><a href="naver"><img src="images/naver.png" style = "margin-left: 250px;"></a></p>
</section>
</div>
</div>
</div>
<br>
</div>
</div>
</body>
</html>