-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblogs.html
More file actions
74 lines (73 loc) · 2.18 KB
/
Copy pathblogs.html
File metadata and controls
74 lines (73 loc) · 2.18 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
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252" />
<link rel="stylesheet" href="mysite.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="" />
<link rel="stylesheet" href="font.css" />
<style>
img {
max-width: 50%;
text-align: center;
}
</style>
</head>
<body style="background-color: black">
<script src="site.js"></script>
<div style="outline: 1px solid red">
<div style="outline: 1px solid red" id="headerbar">
<div style="padding-top: 8px; padding-bottom: 6px">
<img style="max-width: 201px; margin-left: auto; margin-right: auto; display: block; border-radius: 130px" src="44797228.jpg" />
<h2 style="color: white; font-family: Ultra; text-align: center">CyrilCommando</h2>
<div style="font-size: small; text-align: center; font-family: Ultra, Helvetica, sans-serif">
<div class="button">
<a href="/">
<div>
<h3 style="color: white">Home</h3>
</div>
</a>
</div>
<div class="button">
<a href="/software">
<div>
<h3 style="text-wrap: nowrap" style="color: white">Software</h3>
</div>
</a>
</div>
<div class="button">
<a href="/music">
<div>
<h3 style="color: white">Music</h3>
</div>
</a>
</div>
<div class="button">
<a href="/photography">
<div>
<h3 style="text-wrap: nowrap" style="color: white">Photography</h3>
</div>
</a>
</div>
<div class="button">
<a href="/blogs">
<div>
<h3 style="text-wrap: nowrap" style="color: white">Blogs</h3>
</div>
</a>
</div>
<div class="button">
<a href="/etc">
<div>
<h3 style="color: white">etc.</h3>
</div>
</a>
</div>
</div>
</div>
</div>
<div style="padding-bottom: 2%; font-family: Arial, Helvetica, sans-serif" id="main">
<h1 style="color: white">Nothing right now!</h1>
</div>
</div>
</body>
</html>