Delete unnecessary files, update main page a little
This commit is contained in:
30
root.html
30
root.html
@ -19,18 +19,17 @@
|
||||
padding: 2px;
|
||||
border-radius: 5px;
|
||||
width: 80%;
|
||||
height: 95%;
|
||||
|
||||
margin: auto;
|
||||
}
|
||||
main {
|
||||
margin: auto;
|
||||
width: 80%;
|
||||
}
|
||||
main a {
|
||||
margin-left: 5%;
|
||||
color: #FFFDD0;
|
||||
text-decoration: none;
|
||||
form {
|
||||
border: 3px solid #FFFDD0;
|
||||
padding: 2px;
|
||||
margin-top: 10px;
|
||||
border-radius: 5px;
|
||||
width: 80%;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
@ -39,14 +38,11 @@
|
||||
|
||||
<div>
|
||||
<h1> Lispy paste </h1>
|
||||
|
||||
<form method="post" action="/new">
|
||||
<p> New Paste: </p> <br />
|
||||
<textarea name="content" rows="4" cols="50">
|
||||
|
||||
</textarea> <br />
|
||||
<input type="submit" value="Submit">
|
||||
</form>
|
||||
</div>
|
||||
<form method="post" action="/new">
|
||||
<p> New Paste: </p>
|
||||
<textarea name="content" rows="7" cols="50"></textarea> <br />
|
||||
<input type="submit" value="Submit">
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user