mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2024-11-23 20:50:18 +01:00
3dd1325bff
unload, etc, etc
14 lines
833 B
HTML
14 lines
833 B
HTML
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<title>transfer.sh - 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'>
|
|
<!-- build:js /scripts/vendor/modernizr.js -->
|
|
<script src="bower_components/modernizr/modernizr.js"></script>
|
|
<!-- endbuild -->
|
|
</head>
|