-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathhead.html
30 lines (22 loc) · 1.75 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
<link rel="icon" href="{{ '/assets/img/favicon.ico' | relative_url }}">
<!-- Stylesheets -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Playfair+Display:700,900" rel="stylesheet">
<link href="{{ '/assets/css/index.css' | relative_url }}" rel="stylesheet">
<!-- JavaScript files -->
<script src="https://code.jquery.com/jquery-3.5.1.min.js" ></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js" integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.min.js" integrity="sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF" crossorigin="anonymous"></script>
<script src="{{ '/assets/js/index.js' | relative_url }}" ></script>
<div class="wrapper">
<header>
<!---Logos--->
<a href="https://www.tugraz.at/institute/itpcp/home/"><img src="https://itp.tugraz.at/icon/logo-itp.png" style="float:left;margin:25px 25px"></a>
<a href="http://www.TUGraz.at/"><img src="https://itp.tugraz.at/icon/logo-tu.png" alt="[TU Graz]" style="float:right;margin:25px 25px"></a>
<!---<span style="vertical-align:middle;">
<h1><a href="{{ "/" | absolute_url }}">{{ site.title | default: site.github.repository_name }}</a></h1>
</span>
<h2><a href = "index.html" style="float:center;">Fusion Plasma</a></h2>--->
</header>
</div>
<!---<p>This is a Test 2</p>--->