mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-11 01:43:09 +02:00
7 lines
267 B
Text
7 lines
267 B
Text
|
extends ../base
|
||
|
|
||
|
block head
|
||
|
meta(name='viewport', content='width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no')
|
||
|
link(rel='stylesheet', href='/_/resources/auth/style.css')
|
||
|
script(src='/_/resources/auth/script.js', async, defer)
|