-
Notifications
You must be signed in to change notification settings - Fork 0
/
template.xml
58 lines (51 loc) · 1.48 KB
/
template.xml
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html>
<HTML data-device-type="dedicated" class="no-js">
<head>
<b:skin><![CDATA[
body {background-color: #fff;background-position: center center;}
a:link {font-family: 'PT Serif Caption', serif; font-size: 15px; color:#3094db;}
a:hover {color: #4d4544;}
a {color: #3094db;}
.jembut{
display:none;
}
]]></b:skin>
<link rel='icon' class='js-site-favicon' type='image/svg+xml' href='https://github.githubassets.com/favicons/favicon.svg'>
</head><!--<head/>-->
<body>
<b:if cond='data:blog.pageType == "error_page"'>
<HTML><HEAD>
<TITLE>Access Denied</TITLE>
</HEAD><BODY>
<H1>Access Denied</H1>
You don't have permission to access "https://github.com/" on this server.
Reference #18.9f137d72.1548351271.4ff8a39e
</BODY>
</HTML>
</b:if>
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<HTML><HEAD>
<TITLE>Access Denied</TITLE>
</HEAD><BODY>
<H1>Access Denied</H1>
You don't have permission to access "https://github.com/" on this server.
Reference #18.9f137d72.1548351271.4ff8a39e
</BODY>
</HTML>
</b:if>
<!--REDIRECT-->
<b:if cond='data:blog.pageType == "static_page"'>
<script>
// YOUR LINK HERE
var link = "https://github.com/";
window.location.replace(link);
</script>
</b:if>
<!--END REDIRECT-->
<b:section class='main jembut' id='main'>
<b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog'>
</b:widget>
</b:section>
<!--</body>--></body>
</HTML>