Initial survey
This commit is contained in:
commit
8ded814424
5 changed files with 267 additions and 0 deletions
16
thanks.html
Normal file
16
thanks.html
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Sondage VIRLI</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
|
||||
</head>
|
||||
<body class="container">
|
||||
<h1>Virtualisation légère — SRS 2017</h1>
|
||||
|
||||
<div class="alert alert-success" role="alert">
|
||||
<strong>Merci d'avoir donné votre avis !</strong> votre contribution a bien été enregistrée.
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in a new issue