forked from htmlpreview/htmlpreview.github.com
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbody.html
23 lines (23 loc) · 1.25 KB
/
body.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<p class="normal footer" >Developed by <a href="https://github.com/niutech">niu tech</a> | Modified by <a href="https://github.com/scarrrr316/">ScarZ</a> | Contribute on <a href="https://github.com/scarrrr316/htmlpreview">GitHub</a><br>Page Styled By <a href="https://tech.hxco.de" target="_blank">Huangxin</a> With <a href="https://github.com/hxco/Template" target="_blank">HXCO General Template</a>
<div class="container">
<div class="content">
<form id="previewform" action="" onsubmit="location.href='/htmlpreview/?'+this.file.value;return false">
<div class="title">GitHub & BitBucket HTML Preview
<p></p>
<div class="words">Enter URL of the HTML file to preview:<br>
<p></p>
<input
type="url"
id="file"
value=""
placeholder=" https://github.com/user/repo/blob/master/index.html"
size="70"
autofocus
/>
<input type="submit" value="Preview">
<input type = "button" onclick="copyURL(file.value)" value="Copy">
</div>
</div>
</form>
<p></p>
<p>Or prepend to the URL : scarrrr316.github.io/htmlpreview/?</p>