ajout quiz
This commit is contained in:
18
Quiz/test.html
Normal file
18
Quiz/test.html
Normal file
@@ -0,0 +1,18 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Nuit de l'info tkt</title>
|
||||
<link href="test.css" rel="stylesheet">
|
||||
<link href="logo_n2i_color_moon.svg" rel="icon">
|
||||
<script src="test.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<a href="test.html"><img class="logo" src="logo_n2i_color_moon.svg"></a>
|
||||
<h1 id="demo">Nuit de l'Info</h1>
|
||||
<p>hello world!</p>
|
||||
<a href="quiz.html"><button>useless button</button></a>
|
||||
<a href="https://google.com"><button type = "button">Google</button></a>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user