sgw/designs/files.html

1<!DOCTYPE html> 2<html lang="en"> 3<head> 4 <meta charset="UTF-8"> 5 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 6 <title></title> 7 <link rel="stylesheet" href="sgw.css"> 8</head> 9<body> 10 11 <header> 12 <div class="container"> 13 <nav> 14 <a href="#">&#9664; all repos</a> <br /> 15 <a href="index.html">index</a> &VerticalSeparator; 16 <a href="files.html">files</a> &VerticalSeparator; 17 <a href="commits.html">commits</a> 18 </nav> 19 </div> 20 </header> 21 22 <section class="container"> 23 <h3>14 files</h3> 24 <div class="files bt"> 25 <ul> 26 <li><a href="files.html">src/</a></li> 27 <li><a href="files.html">contrib/</a></li> 28 <li><a href="files.html">examples/</a></li> 29 <li><a href="file.html">app.js</a></li> 30 <li><a href="file.html">README.md</a></li> 31 </ul> 32 </div> 33 </section> 34 35 <footer> 36 <div class="container right"> 37 <small>sgw | 2026-05-08T20:31:36.568Z</small> 38 </div> 39 </footer> 40 41</body> 42</html>