mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
HTML formatting
This commit is contained in:
parent
59640eaddf
commit
11e3f1c9dd
5 changed files with 218 additions and 178 deletions
|
@ -1,22 +1,39 @@
|
|||
<html>
|
||||
|
||||
<body bgcolor="#212127">
|
||||
<head>
|
||||
<title>Shit uploader</title>
|
||||
<meta charset="UTF-8">
|
||||
<style>
|
||||
body { font: normal 14px Verdana; color: #999999;}
|
||||
td {vertical-align: top }
|
||||
|
||||
textarea { font: normal 14px Verdana; color: #999999; background-color: #212127; width: 100%; height: 700;}
|
||||
<head>
|
||||
<title>Shit uploader</title>
|
||||
<meta charset="UTF-8">
|
||||
<style>
|
||||
body {
|
||||
font: normal 14px Verdana;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
a {color: #9999ff;}
|
||||
</style>
|
||||
</head>
|
||||
td {
|
||||
vertical-align: top
|
||||
}
|
||||
|
||||
<form action="/fosuploader" enctype=multipart/form-data method="post">
|
||||
<input type="file" name="dasfile" />
|
||||
<input type="submit" value="Upload" />
|
||||
</form>
|
||||
textarea {
|
||||
font: normal 14px Verdana;
|
||||
color: #999999;
|
||||
background-color: #212127;
|
||||
width: 100%;
|
||||
height: 700;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #9999ff;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<form action="/fosuploader" enctype=multipart/form-data method="post">
|
||||
<input type="file" name="dasfile" />
|
||||
<input type="submit" value="Upload" />
|
||||
</form>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue