2017-01-29 07:19:43 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
2018-01-23 22:16:25 +00:00
|
|
|
<head>
|
2017-02-07 07:33:13 +00:00
|
|
|
|
2018-01-26 17:34:20 +00:00
|
|
|
<meta charset="utf-8" />
|
2018-01-23 22:16:25 +00:00
|
|
|
<meta name="description" content="A pomf-like file uploading service that doesn't suck.">
|
2018-01-26 17:34:20 +00:00
|
|
|
<meta name="keywords" content="upload,lolisafe,file,images,hosting,bobby,fiery">
|
2018-01-23 22:16:25 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
2018-01-26 17:34:20 +00:00
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
2018-01-23 22:16:25 +00:00
|
|
|
<title>safe.fiery.me – A small safe worth protecting.</title>
|
2018-01-26 17:34:20 +00:00
|
|
|
|
|
|
|
<!-- Stylesheets and scripts -->
|
2018-01-24 15:31:23 +00:00
|
|
|
<link rel="stylesheet" type="text/css" href="libs/bulma/bulma.min.css">
|
|
|
|
<link rel="stylesheet" type="text/css" href="libs/sweetalert/sweetalert.min.css">
|
|
|
|
<link rel="stylesheet" type="text/css" href="libs/fontello/fontello.css">
|
|
|
|
<link rel="stylesheet" type="text/css" href="css/style.css">
|
|
|
|
<script type="text/javascript" src="libs/sweetalert/sweetalert.min.js"></script>
|
|
|
|
<script type="text/javascript" src="libs/axios/axios.min.js"></script>
|
|
|
|
<script type="text/javascript" src="js/auth.js"></script>
|
2018-01-23 20:06:30 +00:00
|
|
|
|
2018-01-26 17:34:20 +00:00
|
|
|
<!-- Open Graph tags -->
|
|
|
|
<meta property="og:type" content="website" />
|
|
|
|
<meta property="og:title" content="safe.fiery.me – A small safe worth protecting." />
|
|
|
|
<meta property="og:url" content="https://safe.fiery.me/" />
|
|
|
|
<meta property="og:description" content="A pomf-like file uploading service that doesn't suck." />
|
|
|
|
<meta property="og:image" content="https://safe.fiery.me/icons/600px.png" />
|
|
|
|
<meta property="og:image:width" content="600" />
|
|
|
|
<meta property="og:image:height" content="600" />
|
2018-01-31 12:00:12 +00:00
|
|
|
<meta property="og:image" content="https://safe.fiery.me/images/fb_share.png" />
|
|
|
|
<meta property="og:image:width" content="1200" />
|
|
|
|
<meta property="og:image:height" content="630" />
|
2018-01-26 17:34:20 +00:00
|
|
|
<meta property="og:locale" content="en_US" />
|
|
|
|
|
|
|
|
<!-- Twitter Card tags -->
|
|
|
|
<meta name="twitter:card" content="summary">
|
|
|
|
<meta name="twitter:title" content="safe.fiery.me – A small safe worth protecting.">
|
|
|
|
<meta name="twitter:description" content="A pomf-like file uploading service that doesn't suck.">
|
|
|
|
<meta name="twitter:image" content="https://safe.fiery.me/icons/600px.png">
|
|
|
|
|
|
|
|
<!-- Icons and configs -->
|
2018-01-26 17:54:06 +00:00
|
|
|
<link rel="icon" type="image/png" href="https://safe.fiery.me/icons/32pxr.png" sizes="32x32">
|
|
|
|
<link rel="icon" type="image/png" href="https://safe.fiery.me/icons/96pxr.png" sizes="96x96">
|
2018-01-26 17:34:20 +00:00
|
|
|
<link rel="apple-touch-icon" href="https://safe.fiery.me/icons/120px.png" sizes="120x120">
|
|
|
|
<link rel="apple-touch-icon" href="https://safe.fiery.me/icons/152px.png" sizes="152x152">
|
|
|
|
<link rel="apple-touch-icon" href="https://safe.fiery.me/icons/167px.png" sizes="167x167">
|
|
|
|
<link rel="apple-touch-icon" href="https://safe.fiery.me/icons/180px.png" sizes="180x180">
|
|
|
|
<link rel="manifest" href="https://safe.fiery.me/icons/manifest.json?v=hEjFGFcHY8">
|
|
|
|
<meta name="apple-mobile-web-app-title" content="safe.fiery.me">
|
|
|
|
<meta name="application-name" content="safe.fiery.me">
|
|
|
|
<meta name="msapplication-config" content="https://safe.fiery.me/icons/browserconfig.xml?v=hEjFGFcHY8">
|
|
|
|
<meta name="theme-color" content="#232629">
|
2018-01-23 18:00:55 +00:00
|
|
|
|
2018-01-26 17:34:20 +00:00
|
|
|
<style>
|
|
|
|
/** Colors based on KDE Breeze Dark **/
|
2018-01-23 18:00:55 +00:00
|
|
|
section#login {
|
|
|
|
background-color: #232629;
|
|
|
|
}
|
|
|
|
</style>
|
2018-01-23 20:06:30 +00:00
|
|
|
|
2018-01-23 22:16:25 +00:00
|
|
|
</head>
|
2018-01-26 17:34:20 +00:00
|
|
|
|
2018-01-23 22:16:25 +00:00
|
|
|
<body>
|
2017-01-29 07:19:43 +00:00
|
|
|
|
2018-01-23 22:16:25 +00:00
|
|
|
<section id='login' class="hero is-fullheight">
|
|
|
|
<div class="hero-body">
|
|
|
|
<div class="container">
|
|
|
|
<h1 class="title">
|
|
|
|
Dashboard Access
|
|
|
|
</h1>
|
|
|
|
<h2 class="subtitle">
|
|
|
|
Login or register
|
|
|
|
</h2>
|
|
|
|
<div class="columns">
|
|
|
|
<div class="column">
|
|
|
|
<p class="control">
|
|
|
|
<input id='user' class="input" type="text" placeholder="Your username">
|
|
|
|
</p>
|
|
|
|
<p class="control">
|
|
|
|
<input id='pass' class="input" type="password" placeholder="Your password">
|
|
|
|
</p>
|
2017-01-29 07:19:43 +00:00
|
|
|
|
2018-01-23 22:16:25 +00:00
|
|
|
<p class="control has-addons is-pulled-right">
|
|
|
|
<a class="button" id='registerBtn' onclick="page.do('register')">
|
|
|
|
<span>Register</span>
|
|
|
|
</a>
|
|
|
|
<a class="button" id='loginBtn' onclick="page.do('login')">
|
|
|
|
<span>Log in</span>
|
|
|
|
</a>
|
|
|
|
</p>
|
2017-10-04 00:12:46 +00:00
|
|
|
|
2018-01-23 22:16:25 +00:00
|
|
|
</div>
|
|
|
|
<div class="column is-hidden-mobile"></div>
|
|
|
|
<div class="column is-hidden-mobile"></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</section>
|
2017-10-04 00:12:46 +00:00
|
|
|
|
2018-01-23 22:16:25 +00:00
|
|
|
</body>
|
2017-10-04 00:12:46 +00:00
|
|
|
</html>
|