-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhistory.html
108 lines (96 loc) · 4.57 KB
/
history.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
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MEME.com</title>
<link rel="stylesheet" href="meme.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
</head>
<body>
<header class="header1">
<nav class="topbar">
<a id="meme" class=" grey-lefttop">Meme.click</a>
<meau class ="navbar-lefttop">
<div>
<ul class="headerlist">
<li class="pages">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="pages">
<a class="nav-link" href="explore.html">Explore</a>
</li>
<li class="pages">
<a class="nav-link" href="history.html">History</a>
</li>
</ul>
</div>
<div class="botton-right">
<a href="login.html" id="button1">
<button type="submit" href="login.html">login</button></a>
</div>
</meau>
</nav>
</header>
<main>
<video autoplay class="video">
<source src="Coffin Dance (Official Music Video HD).mp4" type="video/mp4">
<source src="Coffin Dance (Official Music Video HD).mp4" type="video/ogg">
Your browser does not support the video tag.
</video>
<div class="detailBox">
<div class="titleBox">
<h2 id="box-title">Comment Box</h2>
</div>
<div class="commentBox">
<p class="taskDescription">Check and see how people think about your meme!!!</p>
</div>
<div class="actionBox">
<ul class="commentList">
<li>
<div class="commenterImage">
<img src="http://placekitten.com/50/50" />
</div>
<div class="commentText">
<p class="">Hello this is a test comment.</p> <span class="date sub-text">on March 5th, 2023</span>
</div>
</li>
<li>
<div class="commenterImage">
<img src="http://placekitten.com/45/45" />
</div>
<div class="commentText">
<p class="">Hello this is a test comment and this comment is particularly very long and it goes on and on and on.</p> <span class="date sub-text">on March 5th, 2023</span>
</div>
</li>
<li>
<div class="commenterImage">
<img src="http://placekitten.com/40/40" />
</div>
<div class="commentText">
<p class="">Hello this is a test comment.</p> <span class="date sub-text">on March 5th, 2023</span>
</div>
</li>
</ul>
<a class="form-group">
<input class="form-control" type="text" placeholder="Your comments" />
<div class="form-group"><button class="btn btn-default" >Add</button>
</div>
</a>
</div>
</div>
<div class="botton">
<!-- <a class="form">
<input class="form-control" type="text" placeholder="Your comments" />
<button class="btn btn-default">Add</button>
</a> -->
</div>
</main>
<footer class="footer">
<div class="footer-width">
<a href="https://github.com/Kapo1123/startup" class="text-left"> <span class="text-reset">Kapo</span> GitHub</a>
</div>
</footer>
</body>
</html>