-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsourcecode.html
More file actions
107 lines (94 loc) · 4.7 KB
/
Copy pathsourcecode.html
File metadata and controls
107 lines (94 loc) · 4.7 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Code Showcase</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.24.1/themes/prism.min.css">
<link rel="stylesheet" href="style.css">
<script src="https://kit.fontawesome.com/447a3b2612.js" crossorigin="anonymous"></script>
</head>
<body>
<body>
<div class="overlay">
<div class="boxs">
<div class="box2">
<a href="index.html" class="hrefs"> <h1 class="uwusense"> uwu<span style ="color: #eaeaea;">sense</span> </h1> </a>
<div class="login">
<ul>
<a href="sourcecode.html" class="hrefs">
<li class="hhh3">
<i class="fa-solid fa-code" style="color: #f0f0f0;"></i>
  <b>Sourcecode </b></a>
</li>
<a href="registery.html" class="hrefs">
<li class="hhh3">
    Register
</li> </a>
<a href="login.html" class="hrefs">
<li class="hhh3">
    Login
</li> </a>
</ul>
</div>
<!-- Your code goes here -->
<pre><code class="language-html">
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>uwusen.se</title>
<link rel="stylesheet" href="style.css">
<script src="https://kit.fontawesome.com/447a3b2612.js" crossorigin="anonymous"></script>
<head>
<body>
<div class="overlay">
<div class="boxs">
<div class="box2">
<a href="uwusense.html" class="hrefs">
<h1 class="uwusense"> uwu<span style ="color: #eaeaea;">sense</span> </h1>
</a>
<div class="login">
<ul>
<a href="sourcecode.html" class="hrefs">
<li class="hhh3">
<i class="fa-solid fa-code" style="color: #f0f0f0;"></i>
Sourcecode
</a>
</li>
<li class="hhh3">
Register
</li>
<li class="hhh3">
Login
</li>
</ul>
</div>
</div>
<div class="inbox">
<p class="conl">You are not logged in.</p>
<div; >
</div> >
</body>
<body>
<div>
<div class="infobage">
<div class ="graybage">
<h2 class="info"> Info </h2>
</div>
<p> This project has been a complete rebuild study of the website <br> gamesense.pub <br> all copyrights belong to the original holders. </p>
</div>
</div>
</body>
</html>
</code></pre>
<!-- Include the Prism.js library -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.24.1/prism.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.24.1/components/prism-html.min.js"></script>
<!-- Initialize Prism.js -->
<script>
Prism.highlightAll();
</script>
</body>
</html>