forked from TheGiraffe/CodeKCS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.html
More file actions
25 lines (23 loc) · 710 Bytes
/
test.html
File metadata and controls
25 lines (23 loc) · 710 Bytes
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
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-109239759-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-109239759-1');
</script>
<title>Code Kihei Charter</title>
<link rel="stylesheet" href="stylesheet.css">
</head>
<body>
<center><h2>Code Kihei Charter</h2>
<h1>Test</h1>
<div class=container>
<p>This is a test</p>
</center>
<a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ" target="blank" title="Code KCS Welcome Video"><p id="rickroll">About Code KCS</p></a>
</body>
</html>