diff options
| author | kdam0 <kumar.damani@mail.utoronto.ca> | 2016-12-04 00:29:16 +0000 |
|---|---|---|
| committer | kdam0 <kumar.damani@mail.utoronto.ca> | 2016-12-04 00:29:16 +0000 |
| commit | 25661621f381b614293a030447f64fb350c6a223 (patch) | |
| tree | 004490efc6cd2e2fcf979c991c9f31377d5e7fc0 /mockups/html | |
| parent | 81b0036addf46e99327d232d9f0a6a5a2d2a9220 (diff) | |
Diffstat (limited to 'mockups/html')
| -rw-r--r-- | mockups/html/Resources/SampleStyle.css | 7 | ||||
| -rw-r--r-- | mockups/html/index.html | 1 | ||||
| -rw-r--r-- | mockups/html/pages/intropage1.png | bin | 0 -> 79482 bytes | |||
| -rw-r--r-- | mockups/html/pages/intropage2.png | bin | 0 -> 13168 bytes |
4 files changed, 8 insertions, 0 deletions
diff --git a/mockups/html/Resources/SampleStyle.css b/mockups/html/Resources/SampleStyle.css new file mode 100644 index 0000000..dfe04b2 --- /dev/null +++ b/mockups/html/Resources/SampleStyle.css @@ -0,0 +1,7 @@ +/* + place extra stylesheet here +*/ + +.ImageContainer img { + border: solid 2px #999; +} diff --git a/mockups/html/index.html b/mockups/html/index.html new file mode 100644 index 0000000..4f85d7f --- /dev/null +++ b/mockups/html/index.html @@ -0,0 +1 @@ +<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>mockups.ep</title><link rel="stylesheet" href="Resources/SampleStyle.css" /></head><body><h1 id="documentTitle">mockups.ep</h1><p id="documentMetadata">Exported at: Sat Dec 03 2016 19:27:34 GMT-0500 (EST)</p><div class="Page" id="intropage1_page"><h2>intro_page1</h2><div class="ImageContainer"><img width="755" height="638" src="pages/intropage1.png" usemap="#map_intropage1" /></div><map name="map_intropage1"></map></div><div class="Page" id="intropage2_page"><h2>intro_page2</h2><div class="ImageContainer"><img width="755" height="638" src="pages/intropage2.png" usemap="#map_intropage2" /></div><map name="map_intropage2"></map></div></body></html>
\ No newline at end of file diff --git a/mockups/html/pages/intropage1.png b/mockups/html/pages/intropage1.png Binary files differnew file mode 100644 index 0000000..cc776ac --- /dev/null +++ b/mockups/html/pages/intropage1.png diff --git a/mockups/html/pages/intropage2.png b/mockups/html/pages/intropage2.png Binary files differnew file mode 100644 index 0000000..83c4e19 --- /dev/null +++ b/mockups/html/pages/intropage2.png |
