-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (40 loc) · 1.44 KB
/
Copy pathindex.html
File metadata and controls
46 lines (40 loc) · 1.44 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
<!DOCTYPE html>
<html lang="en">
<title>codingfire.online</title>
<meta content="codingfire.online" property="og:title" />
<meta content="I Don't See How You Can Hate from Outside the Club, You Can't Even Get In" property="og:description" />
<meta content="codingfire.online" property="og:url" />
<link rel="icon" href="favicon.ico" type="image/x-icon">
<meta content="#FFFFFF" data-react-helmet="true" name="theme-color" />
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>codingfire.online</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="news-container">
<div id="news">hey can you load javascript kthx</div>
</div>
<div id="about" class="box">
<p
id="title"
class="box-title accent"
onclick="alert('do not the site')"
>
codingfire.online
</p>
<div class="box-content">
<p>
welcome to codingfire.online<br>
under construction btw :D
</p>
<div id="links">
<a href="https://www.youtube.com/@hakeproductions">youtube - minecraft</a>
<a href="https://www.youtube.com/@codingfiregod">youtube - random things</a>
<span style="color: white;">discord - @codingfire</span>
</div>
</div>
</div>
<script src="script.js"></script>
</body>