-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathhead.html
37 lines (23 loc) · 1.45 KB
/
head.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<th:block th:fragment="head">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<!-- ------- Style ------- -->
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" type="text/css" href="assets/shinyproxy.css"/>
<script type="text/javascript" src="assets/scripts.js"></script>
<!-- ------- Fonts ------- -->
<link href="https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@200&family=Syne+Mono&display=swap" rel="stylesheet">
<!-- ------- Icons ------- -->
<script src="https://kit.fontawesome.com/2c90bf8329.js" crossorigin="anonymous"></script>
<link rel="stylesheet" media="screen" th:href="@{${bootstrapCss}}" />
<link rel="stylesheet" media="screen" th:href="@{/css/default.css}"/>
<link rel="stylesheet" media="screen" th:href="@{/assets/shinyproxy.css}"/>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#e4e4e4">
<meta name="theme-color" content="#e4e4e4">
<script th:src="@{${jqueryJs}}"></script>
<script th:src="@{${bootstrapJs}}"></script>
</th:block>