-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.html
More file actions
49 lines (49 loc) · 1.94 KB
/
Copy pathproject.html
File metadata and controls
49 lines (49 loc) · 1.94 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>1der4 | Media</title>
<meta name="description" content="1der4 Website">
<meta property="og:url" content="https://the1der4.github.io/">
<meta property="og:type" content="website">
<meta property="og:title" content="1der4 | Media">
<meta property="og:description" content="1der4 Website">
<meta property="og:image" content="https://raw.githubusercontent.com/The1der4/the1der4.github.io/main/Media/metaImg.jpg">
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="the1der4.github.io">
<meta property="twitter:url" content="https://the1der4.github.io/">
<meta name="twitter:title" content="1der4 | Media">
<meta name="twitter:description" content="1der4 Website">
<meta name="twitter:image" content="https://raw.githubusercontent.com/The1der4/the1der4.github.io/main/Media/Img/metaImg.jpg">
<link rel="stylesheet" type="text/css" href = "project.css">
</head>
<body>
<link rel="stylesheet" href = "header.css">
<div class="Header">
<div class="logo">
<a href="https://the1der4.github.io/">1der4</a>
</div>
<nav class="nav">
<ul>
<li class="menuitem">
<a href="./index.html" class="ItemLink">Home</a>
</li>
<li class="menuitem">
<a href="./project.html" class="ItemLink">Project</a>
</li>
<li class="menuitem">
<a href="./media.html" class="ItemLink">Media</a>
</li>
</ul>
</nav>
</div>
<section id="content">
<canvas id="canvas1"></canvas>
<script src="project.js"></script>
<div id="title">Project</div>
<div id="subtitle">Krunker CSS</div>
<div id="subtitle">Video</div>
</section>
</body>
</html>