-
Notifications
You must be signed in to change notification settings - Fork 0
/
homepage-test.html
55 lines (51 loc) · 2.03 KB
/
homepage-test.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="homepage-test.css" />
<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script> -->
<title>Login Page</title>
</head>
<body>
<header>
<h1 class="title">Website Test Desca</h1>
<button class="button">Menu</button>
<nav class="menu">
<h4>List Menu</h4>
<ul>
<li><a href="http://127.0.0.1:5500/login%20page/login.html">Login</a></li>
<li><a href="http://127.0.0.1:5500/login%20page/login.html">Sign Up Now!</a></li>
<li><a href="https://https://gitlab.com/Chizui03">My Gitlab</a></li>
</ul>
</nav>
</head>
</header>
<script src="homepage-test.js"></script>
<center class="tulisan-center-1">
<h1>Website Gabut Desca</h1>
<a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ" class="tulisan-center-1">CLick Here For Free 10000 Robux</a>
</center>
<div class="text-paragraf">
<p align ="center">Perkenalkan Nama Gwejh Desca Rizki Febriant :> Dan disini gwa gabut membuat website untuk coba coba
doang ya ges ya :v
</p>
</div>
<hr />
<!-- <div class=”footer-menu”>
<ul class=”f-menu”>
<li><a href=””>Home</a></li>
<li><a href=””>About</a></li>
<li><a href=””>Contact</a></li>
<li><a href=””>Blog</a></li>
</ul>
</div> -->
<div class="footer">
<p>© 2023 Desca Rizki. All rights reserved. |
<a href="https://discord.gg/NqYA6scf">Discord Link</a> |
<a href="https://www.youtube.com/channel/UChzGaDVgFSxkYbJGfOgzaVQ">Subscribe My Youtube</a>
</p>
</div>
</body>
</html>