-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhomePage.html
74 lines (59 loc) · 3.98 KB
/
homePage.html
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html lang="en-US">
<head>
<!-- Start VWO Async Smartcode -->
<script type='text/javascript'>
window._vwo_code = window._vwo_code || (function(){
var account_id=location.search.split('id=')[1] ? location.search.split('id=')[1] : '1',
settings_tolerance=2000,
library_tolerance=2500,
use_existing_jquery=false,
is_spa=1,
hide_element='body',
/* DO NOT EDIT BELOW THIS LINE */
f=false,d=document,code={use_existing_jquery:function(){return use_existing_jquery;},library_tolerance:function(){return library_tolerance;},finish:function(){if(!f){f=true;var a=d.getElementById('_vis_opt_path_hides');if(a)a.parentNode.removeChild(a);}},finished:function(){return f;},load:function(a){var b=d.createElement('script');b.src=a;b.type='text/javascript';b.innerText;b.onerror=function(){_vwo_code.finish();};d.getElementsByTagName('head')[0].appendChild(b);},init:function(){
window.settings_timer=setTimeout('_vwo_code.finish()',settings_tolerance);var a=d.createElement('style'),b=hide_element?hide_element+'{opacity:0 !important;filter:alpha(opacity=0) !important;background:none !important;}':'',h=d.getElementsByTagName('head')[0];a.setAttribute('id','_vis_opt_path_hides');a.setAttribute('type','text/css');if(a.styleSheet)a.styleSheet.cssText=b;else a.appendChild(d.createTextNode(b));h.appendChild(a);this.load('https://dev.visualwebsiteoptimizer.com/j.php?a='+account_id+'&u='+encodeURIComponent(d.URL)+'&f='+(+is_spa)+'&r='+Math.random());return settings_timer; }};window._vwo_settings_timer = code.init(); return code; }());
window._vwo_pc_custom = {
't': 100, //track
'a': 100 //analyze
};
function nav(){
var account_id= location.search.split('id=')[1] ? location.search.split('id=')[1] : '1';
var url = "https://pratik-2003.github.io/Test-Website/?id=" + account_id
window.location = url;
}
</script>
<!-- End VWO Async Smartcode -->
<!-- Begin Jekyll SEO tag v2.6.1 -->
<title>Welcome to GitHub Pages | Test-Website</title>
<meta name="generator" content="Jekyll v3.8.5" />
<meta property="og:title" content="Welcome to GitHub Pages" />
<meta property="og:locale" content="en_US" />
<link rel="canonical" href="https://pratik-2003.github.io/Test-Website/" />
<meta property="og:url" content="https://pratik-2003.github.io/Test-Website/" />
<meta property="og:site_name" content="Test-Website" />
<script type="application/ld+json">
{"@type":"WebSite","url":"https://pratik-2003.github.io/Test-Website/","name":"Test-Website","headline":"Welcome to GitHub Pages","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#157878">
<link rel="stylesheet" href="/Test-Website/assets/css/style.css?v=78117461d2124485b362529fe3918ad6c1748a0c">
</head>
<body>
<section class="page-header">
<h1 class="project-name">Test-Website</h1>
<h2 class="project-tagline"></h2>
<a href="https://github.com/Pratik-2003/Test-Website" class="btn">View on GitHub</a>
</section>
<section class="main-content">
<h2 id="welcome-to-github-pages">Welcome to GitHub Pages</h2>
<p>Whenever you commit to this repository, GitHub Pages will run <a href="https://jekyllrb.com/">Jekyll</a> to rebuild the pages in your site, from the content in your Markdown files.</p>
<p>This is a test web page.</p>
<iframe src="iframe.html" style="border:none; border:2px solid orange;"></iframe>
<footer class="site-footer">
<span class="site-footer-owner"><a href="https://github.com/Pratik-2003/Test-Website">Test-Website</a> is maintained by <a href="https://github.com/Pratik-2003">Pratik-2003</a>.</span>
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a>.</span>
</footer>
</section>
</body>
</html>