60 lines
2.7 KiB
HTML
60 lines
2.7 KiB
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="en" class="theme-dark">
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8">
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||
|
|
<meta name="description" content="Rantii - A modern DevRant client for developers">
|
||
|
|
<meta name="keywords" content="devrant, rant, developer, community, coding">
|
||
|
|
<meta name="author" content="retoor <retoor@molodetz.nl>">
|
||
|
|
<meta name="theme-color" content="#e94560">
|
||
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
||
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||
|
|
<meta name="apple-mobile-web-app-title" content="Rantii">
|
||
|
|
<meta name="mobile-web-app-capable" content="yes">
|
||
|
|
<meta name="format-detection" content="telephone=no">
|
||
|
|
|
||
|
|
<title>Rantii - DevRant Client</title>
|
||
|
|
|
||
|
|
<link rel="manifest" href="manifest.json">
|
||
|
|
<link rel="icon" type="image/png" sizes="32x32" href="assets/icons/icon-32.png">
|
||
|
|
<link rel="icon" type="image/png" sizes="16x16" href="assets/icons/icon-16.png">
|
||
|
|
<link rel="apple-touch-icon" href="assets/icons/icon-192.png">
|
||
|
|
|
||
|
|
<link rel="stylesheet" href="css/variables.css">
|
||
|
|
<link rel="stylesheet" href="css/base.css">
|
||
|
|
<link rel="stylesheet" href="css/themes/dark.css">
|
||
|
|
<link rel="stylesheet" href="css/themes/light.css">
|
||
|
|
<link rel="stylesheet" href="css/themes/black.css">
|
||
|
|
<link rel="stylesheet" href="css/themes/white.css">
|
||
|
|
<link rel="stylesheet" href="css/themes/ocean.css">
|
||
|
|
<link rel="stylesheet" href="css/themes/forest.css">
|
||
|
|
<link rel="stylesheet" href="css/themes/sunset.css">
|
||
|
|
<link rel="stylesheet" href="css/components/app-header.css">
|
||
|
|
<link rel="stylesheet" href="css/components/app-nav.css">
|
||
|
|
<link rel="stylesheet" href="css/components/components.css">
|
||
|
|
<link rel="stylesheet" href="css/components/rant.css">
|
||
|
|
<link rel="stylesheet" href="css/components/comment.css">
|
||
|
|
<link rel="stylesheet" href="css/components/user.css">
|
||
|
|
<link rel="stylesheet" href="css/components/notification.css">
|
||
|
|
<link rel="stylesheet" href="css/components/form.css">
|
||
|
|
<link rel="stylesheet" href="css/components/pages.css">
|
||
|
|
<link rel="stylesheet" href="lib/highlight.css">
|
||
|
|
|
||
|
|
<script src="lib/marked.min.js"></script>
|
||
|
|
<script src="lib/highlight.min.js"></script>
|
||
|
|
<script type="module" src="js/app.js"></script>
|
||
|
|
</head>
|
||
|
|
<body class="theme-dark">
|
||
|
|
<app-header></app-header>
|
||
|
|
<app-nav></app-nav>
|
||
|
|
<main id="app-main" class="app-main"></main>
|
||
|
|
|
||
|
|
<noscript>
|
||
|
|
<div style="padding: 2rem; text-align: center; font-family: sans-serif;">
|
||
|
|
<h1>JavaScript Required</h1>
|
||
|
|
<p>Rantii requires JavaScript to function. Please enable JavaScript in your browser settings.</p>
|
||
|
|
</div>
|
||
|
|
</noscript>
|
||
|
|
</body>
|
||
|
|
</html>
|