-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (24 loc) · 968 Bytes
/
index.html
File metadata and controls
26 lines (24 loc) · 968 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="CONTENT-TYPE",content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="website, self-host, cheap, free, tutorial, github, scoliidae, create, setup">
<meta name="description" content="This page is for showing the process used to configure the current website">
<meta name="application-name" content="Website Tutorial">
<meta name="author" content="Scoliidae Inc">
<base href="assets.scoliidae.xyz" target="_self">
<link rel="stylesheet" href="/styles/www.apex.css">
<base href="github.scoliidae.xyz" target="_blank">
<title>Site Tutorial</title>
</head>
<body>
<center>
<u>
<h1>
Hosting a Website for Free/Cheap:
</h1>
</u>
</center>
</body>
</html>