Skip to content

Instantly share code, notes, and snippets.

View backsrc's full-sized avatar

Nabil backsrc

View GitHub Profile
@backsrc
backsrc / homepage.html
Created September 6, 2017 12:48
[open] Server Down Page
<!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>
@backsrc
backsrc / index.html
Last active September 7, 2017 12:42
(Open Source) (Source Code) This is what CSS can do
<!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.
<!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;