aboutsummaryrefslogtreecommitdiff
path: root/templates/layout.html.hbs
blob: a9c0dcc1f5e724dcf4fa8945089be21f2020a7de (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
        <meta name="description" content="A simple `chan'-like board written in Rust.">
        <meta name="author" content="Fuwn">

        <!-- External -->
        <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
    </head>

    <body>
        <style>
            * {
                font-family: Arial, Helvetica, sans-serif
            }

            .footer {
                position: absolute;
                left: 0;
                bottom: 0;
                width: 100%;
                text-align: center;
            }
        </style>

        <div class="container">