13 lines
755 B
HTML
13 lines
755 B
HTML
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||
|
<title>{{.Hostname}} - Easy and fast file sharing from the command-line.</title>
|
||
|
<meta name="description" content="Easy and fast file sharing from the command-line.">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
|
||
|
<link rel="stylesheet" href="../styles/main.css">
|
||
|
<link href='//fonts.googleapis.com/css?family=Source+Sans+Pro:100,200,300' rel='stylesheet' type='text/css'>
|
||
|
<link href='//fonts.googleapis.com/css?family=Droid+Sans+Mono' rel='stylesheet' type='text/css'>
|
||
|
<script src="../scripts/vendor/modernizr.js"></script>
|
||
|
</head>
|