-
Notifications
You must be signed in to change notification settings - Fork 0
/
skeleton.html
40 lines (37 loc) · 1.3 KB
/
skeleton.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
<!DOCTYPE html>
<html>
<head>
<title>Online Webs</title>
<link rel="icon" type="image/x-con" href="./images/logo.png">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta name="description" content="Tips for Web Development">
<meta name="keywords"
content="html, css, coding, code, web, web-development, website, site, online, online webs, online-webs, onlinewebs">
<link rel="stylesheet" href="Homepage.css">
</head>
<body onload="navBarLoad()">
<div class="nav-header">
<a href="index.html" class="logo">
<img class="img" src="./images/logo.png"><span class="logo-text">Online Webs</span>
</a>
<div class="nav-links">
</div>
</div>
<div class="body">
<div class="header-comingsoon">
<div class="text-header-comingsoon">
COMING SOON
<h2>About; about.html</h2>
</div>
<div class="container-comingsoon">
<div class="card-comingsoon center">
<h3>Don't Worry.</h3>
<p>We'll get back to this.</p>
</div>
</div>
</div>
</div>
<script src="load-page.js"></script>
</body>
</html>