This repository was archived by the owner on Jul 30, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (29 loc) · 1.17 KB
/
index.html
File metadata and controls
29 lines (29 loc) · 1.17 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Html,Css,Js</title>
<meta name="description" content="This is my first Repository to have JS!">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
</head>
<body>
<script src="app.js"></script>
</body>
<body>
<center>
<h1>Hello world!</h1>
<p>This is my website! based with js?</p>
<p>With Dark mode!</p>
<a href="https://github.com/ruihq" class="button">My GitHub!</a>
<button onclick="myFunction()" class="button">Amoled Mode (BETA)</button>
<button onclick="doSomething()" class="button">Dark Mode! (Default)</button>
<button onclick="blue()" class="button">Blue Mode! (NOT GOOD FOR EYES)</button>
</center>
<div class="div2">
I also have some other projects that you can check out in my GitHub Account!
<a href="https://github.com/ruihq" class="button">Click ME!</a>
</div>
</body>
</html>