diff options
| author | Fuwn <[email protected]> | 2020-12-04 21:53:08 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2020-12-04 21:53:08 +0000 |
| commit | 19c88d8fab4c59390eb795f071e960f70ed6e884 (patch) | |
| tree | 44768f0b39ac20755b213c72918cf98f614ff122 /templates/deep | |
| parent | chore: update log (diff) | |
| download | chan-test_actix-yarte.tar.xz chan-test_actix-yarte.zip | |
not working loltest_actix-yarte
Diffstat (limited to 'templates/deep')
| -rw-r--r-- | templates/deep/more/doc/head.hbs | 27 | ||||
| -rw-r--r-- | templates/deep/more/doc/t.hbs | 1 |
2 files changed, 28 insertions, 0 deletions
diff --git a/templates/deep/more/doc/head.hbs b/templates/deep/more/doc/head.hbs new file mode 100644 index 0000000..3f9773a --- /dev/null +++ b/templates/deep/more/doc/head.hbs @@ -0,0 +1,27 @@ +{{# unless title.is_str() && !title.is_empty() }} + {{$ "Need static args: title: str" }} +{{/unless}} +<head> + <meta charset="utf-8"/> + <title>{{ title }}</title> + + <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"> + + <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous"> + + <style> + * { + font-family: Arial, Helvetica, sans-serif + } + + .footer { + position: absolute; + left: 0; + bottom: 0; + width: 100%; + text-align: center; + } + </style> +</head> diff --git a/templates/deep/more/doc/t.hbs b/templates/deep/more/doc/t.hbs new file mode 100644 index 0000000..0e76edd --- /dev/null +++ b/templates/deep/more/doc/t.hbs @@ -0,0 +1 @@ +<!DOCTYPE html> |