-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (30 loc) · 1.52 KB
/
index.html
File metadata and controls
30 lines (30 loc) · 1.52 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
<head>
<link rel="shortcut icon" href="https://raw.githubusercontent.com/setapdede/setapdede.github.io/main/favicon.ico" type="image/x-icon">
<title>Home | Setap's Website</title>
<link rel="stylesheet" type="text/css" href="css.css">
</head>
<body>
<div class="header">
<img style="vertical-align:bottom" src="https://github.com/setapdede/setapdede.github.io/blob/main/logo.png?raw=true" width=140 height=35/> <button class="btnheader" onClick="window.location.href='https://setapdede.github.io';">Home</button><button class="btnheader" onClick="window.location.href='https://setapdede.github.io/news.html';">News</button><button class="btnheader" onClick="window.location.href='https://setapdede.github.io/stuff/stuff.html';">Stuff</button><button class="btnheader" onClick="window.location.href='https://setapdede.github.io/contact.html';">Contact</button>
</div>
<div class="content">
<br><br>
<h1>Welcome!</h1>
<p>Welcome to my personal website! This website hosts various stuff that I made. To begin your journey around here check the header.</p>
<h2>Information</h2>
<div class="box">
<h3>Hosting info</h3>
<p>This website is hosted by <a href="https://pages.github.com/">GitHub Pages</a>, property of GitHub and Microsoft Corporation.</p>
</div>
<br>
<div class="box">
<h3>Version info</h3>
<p>The website is on version 2.3.6. </p>
</div>
</div>
<div class="footer">
<br>
<div class="pc">setapdede Productions 2016-2022</div>
<br>
</div>
</body>