-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·30 lines (29 loc) · 818 Bytes
/
index.html
File metadata and controls
executable file
·30 lines (29 loc) · 818 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
30
<!doctype html>
<html>
<head>
<title>HP LFP Print From Cloud</title>
<link rel="stylesheet" href="/styles.css">
</head>
<body class="background-light-gray">
<div id="header" class="background-hp-blue">
<div id="header-container">
<div id="title">
<a id="title-link" href="/">
<img src="/resources/HP_logo_72MD.png" id="title-logo" />
<div id=title-text class="color-white">LFP Print From Cloud</div>
</a>
</div>
</div>
</div>
<div id="main">
<div id="apps-drawer">
<div class="app background-hp-blue">
<a href="/dropbox" class="color-white" id="app-dropbox"></a>
</div>
<div class="app background-hp-blue">
<a href="/onedrive" class="color-white" id="app-onedrive"></a>
</div>
</div>
</div>
</body>
</html>