Skip to content
This repository was archived by the owner on Dec 31, 2019. It is now read-only.

Commit c0fe1ec

Browse files
committed
Set placeholder site
0 parents  commit c0fe1ec

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
officeuifabric.com

index.html

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head lang="en">
4+
<title>Office UI Fabric</title>
5+
<meta charset="UTF-8">
6+
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic" rel="stylesheet" type="text/css">
7+
<script type="text/javascript">
8+
var appInsights=window.appInsights||function(config){
9+
function r(config){t[config]=function(){var i=arguments;t.queue.push(function(){t[config].apply(t,i)})}}var t={config:config},u=document,e=window,o="script",s=u.createElement(o),i,f;for(s.src=config.url||"//az416426.vo.msecnd.net/scripts/a/ai.0.js",u.getElementsByTagName(o)[0].parentNode.appendChild(s),t.cookie=u.cookie,t.queue=[],i=["Event","Exception","Metric","PageView","Trace"];i.length;)r("track"+i.pop());return r("setAuthenticatedUserContext"),r("clearAuthenticatedUserContext"),config.disableExceptionTracking||(i="onerror",r("_"+i),f=e[i],e[i]=function(config,r,u,e,o){var s=f&&f(config,r,u,e,o);return s!==!0&&t["_"+i](config,r,u,e,o),s}),t
10+
}({
11+
instrumentationKey:"03942f7c-227c-4f99-85f3-c95d9c295cf6"
12+
});
13+
14+
window.appInsights=appInsights;
15+
appInsights.trackPageView();
16+
</script>
17+
<style type="text/css">
18+
body {
19+
background-color: #0078d7;
20+
color: white;
21+
font-family: 'Open Sans', sans-serif;
22+
}
23+
#centerPage {
24+
position: absolute;
25+
top: 25%;
26+
width: 100%;
27+
text-align: center;
28+
vertical-align: middle;
29+
}
30+
</style>
31+
</head>
32+
<body>
33+
<div id="centerPage">
34+
<div style="font-size:60px; font-weight:bolder">OfficeUIFabric.com</div>
35+
<div style="font-size:20px; margin-bottom:40px;">Samples & examples for the Office UI Fabric</div>
36+
<div style="font-size:20px; margin-bottom:40px;">stay tuned...</div>
37+
38+
</div>
39+
40+
</body>
41+
</html>

0 commit comments

Comments
 (0)