33 lines
No EOL
1.4 KiB
Text
33 lines
No EOL
1.4 KiB
Text
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" >
|
|
<title>Rough, Slow, Stupid, Contrary Photohosting</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<!-- Bootstrap styles -->
|
|
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
|
|
<!-- Generic page styles -->
|
|
<link rel="stylesheet" href="/file_uploader/css/style.css">
|
|
<!-- blueimp Gallery styles -->
|
|
<link rel="stylesheet" href="//blueimp.github.io/Gallery/css/blueimp-gallery.min.css">
|
|
<!-- CSS to style the file input field as button and adjust the Bootstrap progress bars -->
|
|
<link rel="stylesheet" href="/file_uploader/css/jquery.fileupload.css">
|
|
<link rel="stylesheet" href="/file_uploader/css/jquery.fileupload-ui.css">
|
|
<link rel="stylesheet" href="/css/main.css">
|
|
|
|
<script src="https://vuejs.org/js/vue.min.js"></script>
|
|
|
|
<!-- CSS adjustments for browsers with JavaScript disabled -->
|
|
<noscript><link rel="stylesheet" href="/file_uploader/css/jquery.fileupload-noscript.css"></noscript>
|
|
<noscript><link rel="stylesheet" href="/file_uploader/css/jquery.fileupload-ui-noscript.css"></noscript>
|
|
<style>
|
|
.bar {
|
|
height: 18px;
|
|
background: green;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<%= content %>
|
|
</body>
|
|
|
|
</html> |