This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Servers Down</title> | |
<link href="https://fonts.googleapis.com/css?family=Inconsolata|Roboto:400,700" rel="stylesheet"> | |
<link rel="stylesheet" type="text/css" href="style.css"> | |
</head> | |
<body> | |
<h1>Our servers are currently down</h1> | |
<p>Our servers have shut down because an unauthorised device was in access of our database,<br> We immediately shut down the server to stop anymore damage possible to the server.<br> <a href="learnmore.html" target="_blank">Learn More!</a></p> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title> | |
Hi! | |
</title> | |
<link type="text/css" href="styles.css" rel="stylesheet"> | |
<link href="https://fonts.googleapis.com/css?family=Merriweather|Oswald|Roboto:400,700,900" rel="stylesheet"> | |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Awesome Suprise Awaits!</title> | |
<link href="https://fonts.googleapis.com/css?family=Fjalla+One|Slabo+27px" rel="stylesheet"> | |
<style type="text/css"> | |
h1{ | |
padding-top: 10px; | |
padding-bottom: 10px; | |
margin-top: -10px; |