28 lines
1008 B
HTML
28 lines
1008 B
HTML
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
|
|
<head>
|
|
<title>Button - Lucien Cartier-Tilet</title>
|
|
<meta name="author" content="Lucien Cartier-Tilet" />
|
|
<meta name="description" content="Page universitaire de Lucien Cartier-Tilet" />
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
<meta name="viewport" content="initial-scale=1, user-scalable=yes, maximum-scale=5, 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="../square/">Square</a></li>
|
|
<li><a href="../faker/">Faker</a></li>
|
|
<li><a href="../canvas/">Canvas</a></li>
|
|
<li><a class="active" href="../button/">Button</a></li>
|
|
</ul>
|
|
<div id="container" class="content">
|
|
</div>
|
|
</body>
|
|
|
|
</html>
|