Add additional demo file
This commit is contained in:
parent
5d5f69c79e
commit
45904be707
2 changed files with 14 additions and 15 deletions
|
@ -2,21 +2,7 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Oops!</title>
|
<title>Oops!</title>
|
||||||
<style type="text/css">
|
<link rel="stylesheet" href="style.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>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>TStatic File Server</h1>
|
<h1>TStatic File Server</h1>
|
||||||
|
|
13
site/style.css
Normal file
13
site/style.css
Normal 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;
|
||||||
|
}
|
Reference in a new issue