37 lines
737 B
HTML
37 lines
737 B
HTML
<html>
|
|
<head>
|
|
<!-- Javascript -->
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
|
|
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.5/jquery-ui.min.js"></script>
|
|
|
|
<script src="js/fx.js"></script>
|
|
|
|
<!-- Stylesheet -->
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
|
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="css/style.css">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<style>
|
|
body {
|
|
background-color:#EDFFE6;
|
|
color: #000;
|
|
font-family:Courier;
|
|
}
|
|
|
|
|
|
|
|
</style>
|
|
|
|
<p>Hey friend!
|
|
<p>Nothing to see here for the moment, a new website is in the works, to be launched soon!
|
|
<p>Cheers!
|
|
<p>~Marc
|
|
|
|
|
|
|
|
</body>
|
|
</html>
|