diff options
author | Matias Linares <matiaslina@gmail.com> | 2020-03-24 19:03:00 -0300 |
---|---|---|
committer | Matias Linares <matiaslina@gmail.com> | 2020-03-24 19:03:00 -0300 |
commit | 2fb9929b3acd2caf6ca0f0cf1e16f0872f7ae667 (patch) | |
tree | 474c219861a19d37a59fbf3b92d75666961210da /templates/index.mustache | |
parent | 5feee914510dd9adfa53dce89b160ee2d0218fc0 (diff) | |
download | perl6-matrix-client-2fb9929b3acd2caf6ca0f0cf1e16f0872f7ae667.tar.gz |
Use inline styles
Diffstat (limited to 'templates/index.mustache')
-rw-r--r-- | templates/index.mustache | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/index.mustache b/templates/index.mustache index c3eec31..92a3ed3 100644 --- a/templates/index.mustache +++ b/templates/index.mustache @@ -14,7 +14,9 @@ aside, u { opacity: 0.7 } a[id^="fn-"]:target { background: #ff0 } </style> - <link rel="stylesheet" href="https://deprecated.org/raw/s/styles.css"> + <style> + {{ style }} + </style> </head> <body class="pod"> <div id="___top"></div> @@ -77,6 +79,6 @@ <a href="https://github.com/matiaslina/perl6-matrix-client"> <img width=40 src="https://cdn1.iconfinder.com/data/icons/smallicons-logotypes/32/github-512.png" /> </a> - </footer> + </footer> </body> </html> |