mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Website redesign
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
{% include "meta.html" %}
|
||||
{% include "parts/meta.html" %}
|
||||
<title>Docspell – Simple document organizer</title>
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
<script type="text/javascript" src="{{ get_url(path="/js/bundle.js") }}"></script>
|
||||
<link rel="stylesheet" href="/styles.css">
|
||||
<script type="text/javascript" src="/js/bundle.js"></script>
|
||||
</head>
|
||||
<body id="app">
|
||||
|
||||
@ -19,6 +19,6 @@
|
||||
});
|
||||
</script>
|
||||
|
||||
{% include "fathom.html" %}
|
||||
{% include "parts/fathom.html" %}
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user