-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplatepg.html
More file actions
39 lines (33 loc) · 1.51 KB
/
Copy pathtemplatepg.html
File metadata and controls
39 lines (33 loc) · 1.51 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
<!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">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@200&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Raleway&display=swap" rel="stylesheet">
<title>Document</title>
<link rel="stylesheet" href="templatestyle.css">
</head>
<body>
<div class="flexbox">
<div class="flexitem" id="title"> <img src="images/cropped.png" alt="">
<div id="titleitem">Kaiju Docs</div>
</div>
<nav class="flexitem" id="navigation">
<a href="file:///C:/VSHTML/CSS_training/pg.html">Home</a>
<a href="file:///C:/VSHTML/CSS_training/pg2.html">Features</a>
<a href="file:///C:/VSHTML/CSS_training/preregsiterform.html">Pre-Register</a>
<a href="file:///C:/VSHTML/CSS_training/pg2.html">Community</a>
</nav>
<div class="flexitem" id="flex2">2</div>
<div class="flexitem" id="flex3">3</div>
<div class="flexitem" id="flex4">4</div>
<div class="flexitem" id="flex5">5</div>
</div>
</body>
</html>