-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathextensive_debug.html
31 lines (28 loc) · 1.13 KB
/
extensive_debug.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
<!DOCTYPE html>
<!DOCTYPE THERE ARE COMMENTS LEFT BY OWNER, JINXCADE>
<html>
<head>
<!DOCTYPE TITLE AND META PROPS AND STUFF>
<title>JinxCade's Site | Test Zone</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!DOCTYPE FAVICON AND WIDTH FIX>
<link rel="icon" type="image/png" href="favicon.png">
<meta http-equiv="Content-Type" content="text/html" />
<!DOCTYPE CSS AND JS LOAD>
<link href="css.css" rel="stylesheet" type="text/css" media="all">
<link href="js.js" rel="stylesheet" type="text/js" media="all">
<!DOCTYPE FONT LOAD>
</head>
<body>
<!DOCTYPE MAIN DIV>
<div style="padding:0px;margin-top:5%"></div>
<h1 class="sticky rough text_center color_accent1">Test font - take 1</h1>
<p class="rough d_font smaller_size">Hm..</p>
<!DOCTYPE FIXED TEXT>
<div class="fixed">
<p class="soft_font rect_loose color_accent1">Made by JinxCade! 2023-2024</p>
<p class="cool_font rect_loose color_venith1">Powered by venith!</p>
</div>
</div>
</body>
</html>