-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.php
More file actions
27 lines (26 loc) · 1.06 KB
/
header.php
File metadata and controls
27 lines (26 loc) · 1.06 KB
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
<?php include 'src/config.php'; ?>
<html>
<head>
<title>GET Kruschke</title>
<link rel="stylesheet" href="css/style.css">
<link rel="icon" href="/images/favicon.png" type="/home/superfreq/webserver/favicon.png" />
<link rel="shortcut icon" href="/home/superfreq/webserver/favicon.ico" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script type="text/javascript" src="JavaScript/main.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
</head>
<header>
<div class="row header gradient-btm-right">
<div class="header-column">
<div onclick="window.location.href='index.php'">
<h1>GET Kruschke</h1>
</div>
</div>
<div class="header-column menu-icon right">
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
<i class="fa fa-bars" style="font-size:2.2em;color:#FF0000"></i>
</a>
</div>
</div>
</header>
<body>