diff options
Diffstat (limited to 'templates')
-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> |