-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (19 loc) · 789 Bytes
/
Copy pathindex.html
File metadata and controls
29 lines (19 loc) · 789 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>TheWeebSamurai</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<style>
</style>
<body>
<center> <p class="font"> TheWeebSamurai </p> </center>
<center> <a href="https://animixplay.to" class="hello" target="_blank"> Anime boiis </a> </center>
<a class="web" target="_blank" onclick="redirect()"> <i class="fa fa-home" style="font-size:20px"></i> Go to second website </a>
<p class="footer"> Coming Soon Bois </p>
<script src="script.js"></script>
</body>
</html>