forked from MicrosoftEdge/Demos-old
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
22 lines (18 loc) · 979 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<title>[Add a descriptive title here]</title>
<meta name="og:title" content="[Keep short; used as title in any teasers of this demo on dev.microsoftedge.com]">
<meta name="description" content="[Used as description in any teasers of this demo on dev.microsoftedge.com]">
<meta name="keywords" content="[First value is category for dev.microsoftedge.com/demos, following comma-separated values are tags]">
<meta name="author" content="[your Github handle]">
<!-- Use/uncomment for more straightforward/simple demos, like @supports or css3filters: <link rel="stylesheet" href="https://edgeportal.blob.core.windows.net/media/demotemplate.css"> -->
<link rel="stylesheet" href="styles/demo.css">
</head>
<body>
<p>Whatever you want goes here.</p>
<!-- Adds a universal header to the top of the page -->
<script src="https://msedgecdn.azurewebsites.net/scripts/demo-header.js"></script>
</body>
</html>