Add style to pages
git-svn-id: file:///srv/svn/repo/marisa/trunk@15 d6811dac-2434-b64a-9ddc-f563ab233461
This commit is contained in:
@@ -4,19 +4,23 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="author" content="z3bra">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="stylesheet" type="text/css" href="/partage.css" />
|
||||
<link rel="icon" type="image/png" href="/favicon.ico" />
|
||||
<title>Partage</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Partage</h1>
|
||||
<header>
|
||||
<img id="logo" src="/partage.png" />
|
||||
<h1>partage</h1>
|
||||
</header>
|
||||
<p>
|
||||
Use the box below to upload and share files. File size is
|
||||
limited to {{.Maxsize}}.
|
||||
</p>
|
||||
<form enctype="multipart/form-data" method="post">
|
||||
<label for="uck">Select file(s) to share</label>
|
||||
<input id="uck" name="uck" type="file" multiple/>
|
||||
<input id="output" name="output" type="hidden" value='html' />
|
||||
<input type="submit" value="Upload!"/>
|
||||
<input type="submit" value="...Share"/>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -4,14 +4,15 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="author" content="z3bra">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="stylesheet" type="text/css" href="/partage.css" />
|
||||
<link rel="icon" type="image/png" href="/favicon.ico" />
|
||||
<title>Partage</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>File uploaded!</h1>
|
||||
<p>
|
||||
Your files have been uploaded. Access and download it from the
|
||||
following links:
|
||||
</p>
|
||||
<header>
|
||||
<h1>partage</h1>
|
||||
<img id="logo" src="/partage.png" />
|
||||
</header>
|
||||
<ul>
|
||||
{{range .Links}}
|
||||
<li><a href="{{.}}">{{.}}</a></li>
|
||||
|
||||
Reference in New Issue
Block a user