-
Notifications
You must be signed in to change notification settings - Fork 1
/
img.html
27 lines (22 loc) · 886 Bytes
/
img.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="utf-8"?>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>PLT Photo Sharp</title>
<script type="text/javascript" src="reloader.js"></script>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body onload="reload()">
<div class="row">
<div class="column">
<img id="photo" src="./outputs/testing1.jpg" width="600" height="500" alt="Loading..." style="float:left"/>
</div>
<div class="column">
<img id="photo#" src="./outputs/testing.jpg" width="600" height="500" alt="Loading..." style="float:right" />
</div>
<div class ="bottom">
<div class="original" style="font-size:50px;float:left;">Original Image</div>
<div class="modified" style="font-size:50px;float:right;">Modified Image</div>
</div>
</div>
</body>
</html>