🎉 Hello world
This commit is contained in:
46
index.html
Normal file
46
index.html
Normal file
@@ -0,0 +1,46 @@
|
||||
<!doctype html>
|
||||
<!--[if lt IE 7 ]> <html class="no-js ie6" lang="fr"> <![endif]-->
|
||||
<!--[if IE 7 ]> <html class="no-js ie7" lang="fr"> <![endif]-->
|
||||
<!--[if IE 8 ]> <html class="no-js ie8" lang="fr"> <![endif]-->
|
||||
<!--[if (gte IE 9)|!(IE)]><!--> <html class="no-js" lang="fr"> <!--<![endif]-->
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>Explication simple</title>
|
||||
<meta name="description" content="Donner une explication simple quelque soit le sujet avec seulement ~1500 mots possibles">
|
||||
<meta name="author" content="Clément Desmidt - Shikiryu">
|
||||
<link rel="stylesheet" href="css/style.css?v=1"><!-- CSS : blueprint Framework -->
|
||||
<link rel="stylesheet" href="css/screen.css" type="text/css" media="screen, projection">
|
||||
<link rel="stylesheet" href="css/print.css" type="text/css" media="print">
|
||||
<link rel="stylesheet" href="css/plugins/buttons/screen.css"><!-- Import link-icons plugin // add icons depending of type of link / file -->
|
||||
<link rel="stylesheet" href="css/override.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header>
|
||||
|
||||
</header>
|
||||
|
||||
<div id="container" class="container">
|
||||
<form id="myForm" name="myForm" action="save.php" method="post">
|
||||
<textarea id="sug" name="sug"></textarea>
|
||||
<input type="submit" name="submit" value="Enregistrer" />
|
||||
<div id="details">
|
||||
<span><span id="counter"></span> mot(s) interdit(s)</span><br/>
|
||||
<div id="wordList"></div>
|
||||
</div>
|
||||
</form>
|
||||
</div> <!--! end of #container -->
|
||||
|
||||
<footer>
|
||||
|
||||
</footer>
|
||||
|
||||
<!-- Grab Google CDN jQuery. fall back to local if necessary -->
|
||||
<script src="js/jquery-1.9.1.js"></script>
|
||||
<script src="js/jquery.a-tools-1.5.2.min.js"></script>
|
||||
<script src="js/jquery.asuggest.js"></script>
|
||||
<script src="js/jquery.explanationCheck.js"></script>
|
||||
<script src="js/plugins.js?v=1"></script>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user