diff options
author | Simon Ser <contact@emersion.fr> | 2019-12-16 12:57:30 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2019-12-16 12:58:21 +0100 |
commit | e93346ffa90f6c09a9a57b48c6607925dc7ff46e (patch) | |
tree | 5e1f356017c763a604cc8bcf247759037ae51d74 /themes/test/head.html | |
parent | d897eeee5c4d163891d0b6a8f85d328ccada7575 (diff) | |
download | alps-e93346ffa90f6c09a9a57b48c6607925dc7ff46e.tar.gz alps-e93346ffa90f6c09a9a57b48c6607925dc7ff46e.zip |
Remove the public/ directory
Now that all templates are provided by plugins, there's no need to have
a public/ directory. Themes can be in /themes instead of /public/themes.
Diffstat (limited to 'themes/test/head.html')
-rw-r--r-- | themes/test/head.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/themes/test/head.html b/themes/test/head.html new file mode 100644 index 0000000..35dda42 --- /dev/null +++ b/themes/test/head.html @@ -0,0 +1,8 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="utf-8"> + <title>koushin</title> + <link rel="stylesheet" href="/assets/style.css"> + </head> + <body> |