mirror of
https://github.com/ConjureETS/Interface-Admin.git
synced 2026-03-25 04:51:06 +00:00
12 lines
618 B
Plaintext
12 lines
618 B
Plaintext
//- link.pug
|
|
|
|
<!-- Custom fonts for this template-->
|
|
link(href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/css/all.min.css" rel="stylesheet" type="text/css")
|
|
link(href="//fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet")
|
|
|
|
<!-- Custom styles for this template-->
|
|
link(href="/css/sb-admin-2.min.css" rel="stylesheet")
|
|
|
|
script(src='http://code.jquery.com/jquery-3.5.1.slim.min.js' integrity='sha256-4+XzXVhsDmqanXGHaHvgh1gMQKX40OUvDEBTu8JcmNs=' crossorigin='anonymous')
|
|
script(src='/lib/main.js')
|
|
link(href='/css/style.css' rel='stylesheet') |