-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (24 loc) · 865 Bytes
/
index.html
File metadata and controls
29 lines (24 loc) · 865 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
28
29
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Hello world!</title>
<meta name="description" content="Test">
<link rel="stylesheet" href="style.css" type="text/css" />
<link rel="shortcut icon" href="favicon.ico" type="image/vnd.microsoft.icon" />
</head>
<body>
<img src="fannie-mae-logo-white.png" alt="site logo white">
<br />
<img src="e40d754942865bd1dcaf432fc823f333ffb6d6f734d4f255cb046f146ee619ab.png" alt="site logo white">
<br />
<img src="kyo-logo.png" alt="kyo logo">
<br />
<img src="8c3525c7dbdf8fdfe6b00ec1aa5288ceeaca308d95f76611f31e2a41aa75adce.png" alt="kyo logo">
<br />
<img src="fannie-mae-logo-dark-blue.png" alt="site logo dark blue">
<br />
<img src="3b237ac6d9363f1f4ddc420b27285a401afb523def4efaa6b2a85bcce733bb73.png" alt="site logo dark blue">
<br />
</body>
</html>