Skip to content

Commit 4d1d656

Browse files
committed
Add googel.html
this is simply for a screenshot which contains internet explorer, so...
1 parent 8d67ba0 commit 4d1d656

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

www/googel.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<html>
2+
<head>
3+
<title>World Wide Web</title>
4+
<style>
5+
* {
6+
font-family: Comic Sans MS;
7+
}
8+
</style>
9+
</head>
10+
<body>
11+
<h1>googel</h1>
12+
<input type="text" value="serch here" style="color: gray" />
13+
<button>go&gt;</button>
14+
</body>
15+
</html>

0 commit comments

Comments
 (0)