-
Notifications
You must be signed in to change notification settings - Fork 0
/
_header.pug
19 lines (19 loc) · 1.07 KB
/
_header.pug
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
head
title Swore
meta(charset='utf-8')
meta(name='viewport', content='width=device-width, initial-scale=1.0')
link(href='//cdnjs.cloudflare.com/ajax/libs/tocas-ui/2.3.3/tocas.css',rel='stylesheet')
link(href='//cdn.rawgit.com/gnehs/Tocas-UI-Xiaoan/master/css/UIKit.css',rel='stylesheet')
link(href='//fonts.googleapis.com/css?family=Roboto+Mono',rel='stylesheet')
link(href='./css/style.css',rel='stylesheet')
link(href='./css/ripple.min.css',rel='stylesheet')
link(href='./icon/Swore.png',rel='shortcut icon')
script(src='//unpkg.com/sweetalert/dist/sweetalert.min.js')
script(src='//unpkg.com/axios/dist/axios.min.js')
script(src='//cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js')
script(src="//cdnjs.cloudflare.com/ajax/libs/trianglify/1.2.0/trianglify.min.js")
script(src="//xiaoan.tocas-ui.com/ts.xiaoan.min.js")
script(src='./js/ripple.min.js')
script(src='./js/script.js')
include _tags.pug
+social_tags('Swore','這是個能夠美觀地呈現成績資料的可愛網站','https://twscore.ml/og.png')