TP1 et TP2 terminés
This commit is contained in:
25
button/index.html
Normal file
25
button/index.html
Normal file
@@ -0,0 +1,25 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>Index - Lucien Cartier-Tilet</title>
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||
<meta name="viewport" content="initial-scale=1, user-scalable=no, maximum-scale=1, width=device-width, height=device-height">
|
||||
<link rel="stylesheet" type="text/css" href="../css/style.css">
|
||||
<link rel="stylesheet" type="text/css" href="../css/button.css">
|
||||
<script type="text/javascript" src="../js/button.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<ul class="navbar">
|
||||
<li><a href="../">Home</a></li>
|
||||
<li><a href="./">Moving red square</a></li>
|
||||
<li><a href="../faker">Faker</a></li>
|
||||
<li><a class="active" href="../button">Button</a></li>
|
||||
<li><a href="../canvas-zoom">Canvas & Zoom</a></li>
|
||||
</ul>
|
||||
<div id="container" class="content">
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user