first code of this page
<!DOCTYPE html>
<html lang="en">
<head>
<link href='https://fonts.googleapis.com/css?family=Aclonica' rel='stylesheet'>
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Pacifico" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Permanent+Marker" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Abril+Fatface" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
<link rel="stylesheet" href="style.css" type="text/css"/>
<meta charset="UTF-8">
<title>Home</title>
</head>
<body>
<div class="sidebar">
<div class="buttoncontainer">
<button class="button" type="button" onclick="window.location.href='#'">About me</button>
</div>
<div class="buttoncontainer">
<button class="button" type="button" onclick="window.location.href='portfolio.html'">Portfolio</button>
</div>
<div class="buttoncontainer">
<button class="button" type="button" onclick="window.location.href='#'">Sonstiges</button>
</div>
</div>
<div class="maincontainer">
<div class="submaincontainer">
<p>Bis zur <strong><font color="#004942">Unendlichkeit</font></strong>...</p>
<div class="imgcontainer"><img src="background.jpg"></div>
<p>...und noch viel <strong><font color="#004942">weiter!</font></strong>!</p>
</div>
</div>
</body>
</html>
Support or Contact
Having trouble with Pages? Check out our documentation or contact support and we’ll help you sort it out.