Blame view

Zozo/sc3/index.html 668 Bytes
aa84636b   aunterei   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
  <!--#include <stdio.h>
  #include <stdlib.h>
  #include <libwebsockets.h>-->
      
  <html>
  <header>
      <!-- pour associer a la feuille de style -->
      <link rel="stylesheet" type="text/css" href="style.css">
      <title>PROJET SC
      </title>
  </header>
  
  <body>
      <!-- choix des onglets -->
      <div id="menu">
          <ul id="onglets">
              <li class="active"><a href="index.html"> PROJET </a></li>
              <li><a href="options.html"> OPTIONS </a></li>
          </ul>
      </div>
  
      <!-- contenu de la page -->
      <br>
      <div class="titre">TITRE</div>
      <div class="contenu">CONTENU: presentation du projet ...</div>
  
  </body>
  
  <footer>
  </footer>
  
  <html/>