uni

University stuff
git clone git://git.margiolis.net/uni.git
Log | Files | Refs | README | LICENSE

element.html (383B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 	<meta charset="utf-8">
      5 	<meta name="viewport" content="width=device-width, initial-scale=1">
      6 	<link rel='stylesheet' type='text/css' href='style.css'>
      7 	<title>Web Applications Project</title>
      8 </head>
      9 <body>
     10 
     11 <img id="topright" src="res/yinyang.png">
     12 
     13 <p style>
     14 	<a href="index.html">← Back</a>
     15 </p>
     16 
     17 <script src="main.js"></script>
     18 
     19 </body>
     20 </html>