mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-11 15:29:38 -05:00
Adds meta tags to index.html
This commit is contained in:
parent
0cd457f47f
commit
af46ee0bda
@ -3,13 +3,13 @@
|
||||
<head>
|
||||
<title>OnionShare</title>
|
||||
<style type="text/css">
|
||||
body {
|
||||
background-color: #222222;
|
||||
color: #ffffff;
|
||||
text-align: center;
|
||||
font-family: arial;
|
||||
body {
|
||||
background-color: #222222;
|
||||
color: #ffffff;
|
||||
text-align: center;
|
||||
font-family: arial;
|
||||
padding: 5em 1em;
|
||||
}
|
||||
}
|
||||
.metadata {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
@ -61,6 +61,9 @@
|
||||
top:1px;
|
||||
}
|
||||
</style>
|
||||
<meta name="onionshare-filename" content="{{ filename }}">
|
||||
<meta name="onionshare-filesize" content="{{ filesize }}">
|
||||
<meta name="onionshare-filehash" content="{{ filehash }}">
|
||||
</head>
|
||||
<body>
|
||||
<p><a class="button" href='/{{ slug }}/download'>{{ filename }} ▼</a></p>
|
||||
|
Loading…
Reference in New Issue
Block a user