Logo, searchbar without functionality and a profile picture. Also gave the content a margin downward because of the header.
13 lines
354 B
PHP
13 lines
354 B
PHP
<head>
|
|
<meta charset="utf-8">
|
|
<title>MyHyvesbook+</title>
|
|
<!-- Add your javascript files here. -->
|
|
<script src="js/jquery.js"></script>
|
|
<style>
|
|
/* Add your css files here. */
|
|
@import url("styles/main.css");
|
|
@import url("styles/font-awesome.css");
|
|
@import url("styles/header.css");
|
|
</style>
|
|
</head>
|