Skip to content

Commit a6935c1

Browse files
authored
Update for 2.1
Update startup.html
1 parent 630e29c commit a6935c1

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

startup.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
1-
<title>Splashy Studio 2.0</title>
1+
<title>Splashy Studio 2.1</title>
22
<img src="ss2.jpg" width="555" height="555"><br><br>
3+
<b id="authorText">By MWB</b><br><br>
34
<b width="200" height="200">LOADING...</b>
45
<style>
56
body {
67
text-align: center;
78
font-family: "Tw Cen MT";
89
}
10+
#authorText {
11+
color: cornflowerblue;
12+
font-family: "Trebuchet MS";
13+
}
914
</style>
1015
<script>
1116
window.setTimeout(startup, 2000);
@@ -14,4 +19,4 @@
1419
window.location = 'effect.html' + window.location.hash;
1520
}
1621
}
17-
</script>
22+
</script>

0 commit comments

Comments
 (0)