Skip to content

Instantly share code, notes, and snippets.

@Manfies
Last active October 19, 2019 22:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Manfies/335d9562b8f5982bda60 to your computer and use it in GitHub Desktop.
Save Manfies/335d9562b8f5982bda60 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Immigrasha</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link href='http://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<header>
</header>
<script type="text/javascript" src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
<script type="text/javascript" src="js/style.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
</body>
</html>
body {
width: 100%;
background: #000;
}
$(function() {
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment