mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2024-04-21 12:32:08 +00:00
24 lines
943 B
HTML
24 lines
943 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
|
|
<meta content="yes" name="apple-mobile-web-app-capable">
|
|
<meta content="Nuage" name="apple-mobile-web-app-title">
|
|
<meta content="black-translucent" name="apple-mobile-web-app-status-bar-style">
|
|
<link rel="apple-touch-icon" href="/img/logo.png">
|
|
|
|
<title>Nuage</title>
|
|
<meta name="description" content="browse your files in the cloud">
|
|
<link rel="stylesheet" href="/css/style.css">
|
|
</head>
|
|
<body>
|
|
<div id="main"></div>
|
|
<link rel="stylesheet" href="/css/codemirror.css">
|
|
<link rel="stylesheet" href="/css/codemirror-foldgutter.css">
|
|
<link rel="stylesheet" href="/css/videojs-sublime-skin.css">
|
|
<link rel="stylesheet" href="/css/video-js.css">
|
|
</body>
|
|
</html>
|