generated from ricoThaka/hacker
-
Notifications
You must be signed in to change notification settings - Fork 2
/
webpagewebpage.html
43 lines (35 loc) · 1.54 KB
/
webpagewebpage.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>replit</title>
<link href="webpagewebpage.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="navcontainer">
<div class="logo">./HoleToAnotherUniverse</div>
<ul id="navlist">
<li id="active"><a href="#" id="current">CORAL</a>
<li><a href="#">ERiKA</a></li>
<li><a href="#">SARTU</a></li>
<li><a href="#">AKEEVA</a></li>
<li><a href="#">CONNiE</a></li>
</ul>
</div>
<div class="container">
<div class="flex-content">
<div class="flex-item"><embed src="https://ricothaka.github.io/compiling.html" type="text/html" /></div>
<div class="flex-item"><embed src="https://bubblegumpop01.tumblr.com/" type="text/html" /></div>
<div class="flex-item"> <embed src="https://ricothaka.github.io/holetoanotheruniverse/" type="text/html" /></div>
<div class="flex-item"><embed src="https://ricothaka.github.io/marsblog.html" type="text/html" /></div>
<div class="flex-item"><embed src="https://ricothaka.github.io/" type="text/html" /></div>
<div class="flex-item"><embed src="https://ricothaka.github.io/cv/" type="text/html" /></div>
<div class="flex-item"><embed src="https://ricothaka.github.io/marsblog1.html" type="text/html" /></div>
<div class="flex-item"><embed src="https://ricothaka.github.io/htau.html" type="text/html" /></div>
<div class="flex-item">some more text data</div>
<div class="flex-item">again some more text data</div>
</div>
</div>
</body>
</html>