archive
/
tstatic
Archived
1
Fork 0

Add additional demo file

This commit is contained in:
Jake Howard 2018-01-28 11:37:04 +00:00
parent 5d5f69c79e
commit 45904be707
Signed by: jake
GPG Key ID: 57AFB45680EDD477
2 changed files with 14 additions and 15 deletions

View File

@ -2,21 +2,7 @@
<html>
<head>
<title>Oops!</title>
<style type="text/css">
body {
width: 75%;
padding-top: 50px;
margin: 0 auto;
text-align: center;
font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
font-size: 80%;
color: #333;
}
h1 {
margin: 30px 0;
}
</style>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<h1>TStatic File Server</h1>

13
site/style.css Normal file
View File

@ -0,0 +1,13 @@
body {
width: 75%;
padding-top: 50px;
margin: 0 auto;
text-align: center;
font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
font-size: 80%;
color: #333;
}
h1 {
margin: 30px 0;
}