diff options
author | Camil Staps | 2016-03-02 21:37:50 +0100 |
---|---|---|
committer | Camil Staps | 2016-03-02 21:39:52 +0100 |
commit | 436f26b4eb1b38089396374876908fdb06d3c015 (patch) | |
tree | d599191368ff027e98a704051dfa04a20d6645d1 /project1/proj1_s4498062/content | |
parent | Assignment 2 (diff) |
Added framework project 1
Diffstat (limited to 'project1/proj1_s4498062/content')
-rw-r--r-- | project1/proj1_s4498062/content/test/index.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/project1/proj1_s4498062/content/test/index.html b/project1/proj1_s4498062/content/test/index.html new file mode 100644 index 0000000..a5d8c3d --- /dev/null +++ b/project1/proj1_s4498062/content/test/index.html @@ -0,0 +1,9 @@ +<html>
+ <head>
+ <title> Index Page </title>
+ </head>
+ <body>
+ <h1> Index Page </h1>
+ <p> Test Text </p>
+ </body>
+</html>
|