Commit c6a3834b authored by Jakob Moser's avatar Jakob Moser
Browse files

Move files around

parent e31afa0a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,6 +25,6 @@ This project is released into the [Public Domain (CC0)](LICENSE). You can do wit
Note that this does not apply to third party files (those found in `lib/*`), namely:

* Redoc (`lib/redoc/*`), which is licensed under the [MIT License](lib/redoc/LICENSE)
* fscoli-next Theme (`lib/fscoli-next/*`), which is licensed under the [GNU General Public License v3.0](lib/fscoli-next/css/style.css)
* fscoli-next Theme (`lib/fscoli-next/*`), which is licensed under the [GNU General Public License v3.0](lib/fscoli-next/style.css)

For details and authorship information, see the linked license files.
+2 −2
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
<head>
    <title>Status | Fachschaft Computerlinguistik</title>

    <link rel="stylesheet" type="text/css" href="./lib/fscoli-next/css/style.css" />
    <link rel="stylesheet" type="text/css" href="./lib/fscoli-next/style.css" />
    <link rel="shortcut icon" href="./img/favicon.png" />

    <meta charset="utf-8" />
@@ -44,7 +44,7 @@

    <main>
        <article>
            <header style="background-image:url('./img/header.jpg')">
            <header style="background-image:url('./lib/fscoli-next/img/header.jpg')">
                <h1>Technik-Status</h1>
            </header>
            <div class="content">
(1.4 KiB)

File moved.

(1.12 KiB)

File moved.

(499 KiB)

File moved.

Loading