home

C code posted by Sydney
created at 15 Apr 18:02

Edit | Back
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
 <html lang="en-US">
  <meta charset="utf-8"></meta>
 <head>
  <link rel="stylesheet" href="styleguide.css">
   <title>
    Tinkering website Main page
   </title>
 </head>
<body>
  <ul id="arg1">
   <li><a href="about.html">About</a></li>
    <li><a href="lists.html">Lists</a></li>
    <li><a href="main.html">Main page</a></li>
   <li><a href="tables.html">Tables</a></li>
  </ul>
</body>
</html>
432 Bytes in 3 ms with coderay