Skip to content

Instantly share code, notes, and snippets.

@quentin-aslan
Created July 22, 2015 20:58
Show Gist options
  • Save quentin-aslan/d2e570604a40a4dc039e to your computer and use it in GitHub Desktop.
Save quentin-aslan/d2e570604a40a4dc039e to your computer and use it in GitHub Desktop.
index.html // DevilsCraft.fr
<!DOCTYPE html>
<html>
<head>
<title>Projet en développement DevilsCraft / Quentin Aslan</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css"> <!-- BOOTSTRAP -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<meta name="author" content="Quentin Aslan">
</head>
<body>
<div class="container-fluid">
<section>
<article>
<div class="jumbotron">
<h1 class="page-header small">DevilsCraft <small>Projets en développement</small></h1>
<p>
<a class="btn btn-success btn-lg" href="news/blog.php" role="button">Systeme de news</a>
<a class="btn btn-danger btn-lg" href="news/admin/index.php" role="button">Systeme de news || Administration</a>
</p>
<p>
<a class="btn btn-primary btn-lg" href="devilstorm/index.php" role="button">Site du serveur DevilStorm</a>
</p>
<p>
<a class="btn btn-warning btn-lg" href="http://www.ma-biblio.cf" role="button">ma-biblio.fr</a>
</p>
</div>
<br /><br />
</article>
</section>
<footer>
<em class="col-lg-10 panel-footer" id="credit"><a class="text-danger" href="#">Devilscraft.fr // Quentin Aslan</a>
</em>
</footer>
</div>
</body>
<!-- <script src="https://code.jquery.com/jquery-2.1.4.min.js"></script> JQUERY -->
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment