-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathcss.html
executable file
·23 lines (17 loc) · 1.06 KB
/
css.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!-- Custom Fonts -->
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:300,400,500,700" type="text/css">
<!-- FontAwesome icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css">
<!-- Core BootStrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<!-- Material Design CSS -->
<link rel="stylesheet" href="{{ site.baseurl }}/static/css/bootstrap-material-design.min.css">
<!-- syntax highlighting CSS -->
<link rel="stylesheet" href="{{ site.baseurl }}/static/css/syntax.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="{{ site.baseurl }}/static/css/thickbox.css">
<link rel="stylesheet" href="{{ site.baseurl }}/static/css/main.css">
<script type="text/javascript">
//loadingImage is relative to project dir
var tb_pathToImage = "{{ site.baseurl }}/static/img/loadingAnimation.gif";
</script>