forked from htmlpreview/htmlpreview.github.com
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
22 lines (19 loc) · 1.12 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<title>GitHub & BitBucket HTML Preview</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="Keywords" content="GitHub Preview,GitHub HTML Preview,HTML Preview,Free HTML Preview,BitBucket HTML Preview,GitHub Project Preview,HXCO General Template" />
<meta name="Description" content="GitHub & BitBucket HTML Preview is a free online service that allows you to preview any html files with a simple click!"/>
<meta property="og:type" content="website" />
<meta property="og:title" content="GitHub & BitBucket HTML Preview" />
<meta property="og:description" content="GitHub & BitBucket HTML Preview is a free online service that allows you to preview any html files with a simple click!" />
<meta property="og:url" content="scarrrr316.github.io/htmlpreview/?" />
</head>
<body>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
<script type="text/javascript" src="load.js"></script>
<script type="text/javascript" src="htmlpreview.js"></script>
</body>
</html>