-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomment.html
More file actions
68 lines (59 loc) · 3.1 KB
/
comment.html
File metadata and controls
68 lines (59 loc) · 3.1 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Comments- htmlcommentbox</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<script src="https://kit.fontawesome.com/8fb9ac784a.js" crossorigin="anonymous"></script>
<link rel="icon" href="favicon.png" type="image/png">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap" rel="stylesheet">
</head>
<body>
<div class= "titleContainer">
<div class="side-nav" id="side-nav">
<i class="fas fa-times" id="closeMenuButton"></i>
<div class= "navLink-container">
<div class= "navLink"><a href= "index.html">HOME</a></div>
<div class= "navLink"><a href= "find.html">FIND CHARACTERS</a></div>
<div class= "navLink"><a href= "daily.html">DAILY CHARACTERS</a></div>
<div class= "navLink"><a href= "random.html">MAKE YOUR OWN</a></div>
<div class= "navLink"><a href= "favorite.html">FAVORITES</a></div>
<div class= "navLink"><a href= "comment.html">COMMENTS</a></div>
</div>
<div class= "menu" id="menuButton">
<div class= "line"></div>
<div class= "line"></div>
<div class= "line"></div>
</div>
</div>
<div class= "logo">
<img src= "marvel.png">
<h1>Characters</h1>
</div>
<nav>
<ul>
<li><a href= "index.html">Home</a></li>
<li><a href= "find.html">Find Characters</a></li>
<li><a href= "daily.html">Daily Characters</a></li>
<li><a href= "random.html">Make Your Own</a></li>
<li><a href= "favorite.html">Favorites</a></li>
<li><a href= "comment.html">Comments</a></li>
</ul>
</nav>
</div>
<!-- begin wwww.htmlcommentbox.com -->
<div id="HCB_comment_box">
<a href="http://www.htmlcommentbox.com">Comment Box</a> is loading comments...</div>
<link rel="stylesheet" type="text/css" href="https://www.htmlcommentbox.com/static/skins/bootstrap/twitter-bootstrap.css?v=0"/>
<script type="text/javascript" id="hcb"> /*<!--*/ if(!window.hcb_user){hcb_user={};} (function(){var s=document.createElement("script"), l=hcb_user.PAGE || (""+window.location).replace(/'/g,"%27"), h="https://www.htmlcommentbox.com";s.setAttribute("type","text/javascript");s.setAttribute("src", h+"/jread?page="+encodeURIComponent(l).replace("+","%2B")+"&mod=%241%24wq1rdBcg%24ZVVlhXT6IXqKd9cWj1YK9%2F"+"&opts=16798&num=10&ts=1626890154805");if (typeof s!="undefined") document.getElementsByTagName("head")[0].appendChild(s);})(); /*-->*/ </script>
<!-- end www.htmlcommentbox.com -->
<script type= "module" src="script.js"></script>
<script type= "module" src="find.js"></script>
<script type= "module" src="utils.js"></script>
</body>
</html>