-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
22 lines (21 loc) · 855 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<link rel="shortcut icon" href="/images/favicon.ico">
<title>TheAmazingJeh</title>
<style>
body {
background-color: #000000;
color: #FFFFFF;
}
</style>
</head>
<body>
<h1>Hello World!</h1>
<p>I'm hosted with GitHub Pages. This website is by TheAmazingJeh, It has some tools that may be useful to you :)</p>
<a href="/tools/index_tools.html">Link to Tools support page</a> <br>
<a href="https://github.com/TheAmazingJeh">Link to my github profile</a> <br>
<br>
Base link for files - <a href="https://raw.githubusercontent.com/TheAmazingJeh/TheAmazingJeh.github.io/master/">https://raw.githubusercontent.com/TheAmazingJeh/TheAmazingJeh.github.io/master/</a>
</body>
</html>