removed test file and wrote a minimal initial home page
parent
27ab1f25f0
commit
e92d9b16c1
12
index.html
12
index.html
|
@ -1 +1,11 @@
|
||||||
Nope.
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
LostCave - Welcome
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1>Welcome to the LostCave WebSite!</h1>
|
||||||
|
<p> There is not much going on here, ATM. <br />
|
||||||
|
Check back for content later.</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
|
@ -1,6 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<title> This iz a test. </title>
|
|
||||||
</head>
|
|
||||||
</html>
|
|
Loading…
Reference in New Issue