-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (23 loc) · 740 Bytes
/
Copy pathindex.html
File metadata and controls
27 lines (23 loc) · 740 Bytes
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
<HTML>
<HEAD>
<TITLE>AWSCodeDeploy</TITLE>
<SCRIPT LANGUAGE="JavaScript">
var sizes = new Array(0,1,2,4,8,10,12,14);
sizes.pos = 0;
function Elastic()
{
var el = document.all.elastic
if (null == el.direction)el.direction = 1
else if ((sizes.pos > sizes.length - 2) || (0 == sizes.pos))
el.direction *= -1
el.style.letterSpacing = sizes[sizes.pos += el.direction]
setTimeout('Elastic()',100)
}
</SCRIPT>
<BODY bgcolor="#e67e22" onLoad=Elastic()>
<CENTER style="padding: 100px;">
<font color="#d35400" size=+80>This WebPage has been deployed by Yodo using version 3
<font color="white" size=+2><h1 ID="elastic" ALIGN="Center">AWS CodeDeploy</h1>
<img src="awslogo.png" width=200><hr>
</BODY>
</HTML>