-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
28 lines (24 loc) · 1.35 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Power Widgets - personalized widgets feed for Windows</title>
<!-- Twitter meta tags -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@dev_dmitriy" />
<meta name="twitter:creator" content="@dev_dmitriy" />
<meta property="og:title" content="Power Widgets - new way to customize your at-a-glance info" />
<meta property="og:description" content="Power Widgets is new way to customize your at-a-glance info. With new widgets and mini-apps you can explore info and get fast access to important things." />
<meta name="description" content="Power Widgets is new way to customize your at-a-glance info. With new widgets and mini-apps you can explore info and get fast access to important things." />
<meta property="og:image" content="img/app-preview.png" />
<!-- favicon -->
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="styles/splashscreen.css" />
<script src="index.js"></script>
</head>
<body>
<img id="app_logo" src="img/app_logo.png" />
</body>
</html>