Author: jruchaud Date: 2015-04-15 09:54:39 +0000 (Wed, 15 Apr 2015) New Revision: 1182 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1182 Log: create structure Added: wit/css/ wit/css/style.css wit/js/ wit/js/main.js Modified: wit/index.html Added: wit/css/style.css =================================================================== Modified: wit/index.html =================================================================== --- wit/index.html 2015-04-15 09:48:11 UTC (rev 1181) +++ wit/index.html 2015-04-15 09:54:39 UTC (rev 1182) @@ -1,13 +1,15 @@ <!DOCTYPE html> <html> - <head> - <title>WIT</title> - </head> - <body> - <div id="tags"> - <div>wit</div> - <div>js</div> - <div>dev</div> - </div> - </body> + <head> + <title>WIT</title> + <link type="text/css" href="css/style.css"/> + <script type="application/javascript" src="js/main.js"></script> + </head> + <body> + <div id="tags"> + <div>wit</div> + <div>js</div> + <div>dev</div> + </div> + </body> </html> Added: wit/js/main.js ===================================================================
participants (1)
-
jruchaud@users.nuiton.org