forked from robotframework/robocon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.html
48 lines (48 loc) · 3.43 KB
/
test.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta name=description content="Automation testing community event - Online and IRL!">
<!--[if IE]><link rel="icon" href="test/favicon.ico"><![endif]-->
<script defer data-domain="robocon.io" src="https://plausible.io/js/plausible.outbound-links.js"></script>
<script>window.plausible = window.plausible || function() { (window.plausible.q = window.plausible.q || []).push(arguments) }</script>
<!-- <script type="text/javascript">
var _jipt = [];
_jipt.push(['project', 'ddd00e482856bb264959ae8e3d51e4b6']);
_jipt.push(['domain', 'robotframework']);
</script>
<script type="text/javascript" src="//cdn.crowdin.com/jipt/jipt.js"></script> -->
<title>RoboCon 2022</title>
<script type="text/javascript">
// Single Page Apps for GitHub Pages
// MIT License
// https://github.com/rafgraph/spa-github-pages
// This script checks to see if a redirect is present in the query string,
// converts it back into the correct url and adds it to the
// browser's history using window.history.replaceState(...),
// which won't cause the browser to attempt to load the new url.
// When the single page app is loaded further down in this file,
// the correct url will be waiting in the browser's history for
// the single page app to route accordingly.
(function(l) {
if (l.search[1] === '/' ) {
var decoded = l.search.slice(1).split('&').map(function(s) {
return s.replace(/~and~/g, '&')
}).join('?');
window.history.replaceState(null, null,
l.pathname.slice(0, -1) + decoded + l.hash
);
}
}(window.location))
</script>
<link href="test/fonts/CourierCode-Bold.27679e61.woff" rel="preload" as="font" crossorigin=""><link href="test/fonts/CourierCode-Italic.bb0ae798.woff" rel="preload" as="font" crossorigin=""><link href="test/fonts/CourierCode-Roman.b0e06d28.woff" rel="preload" as="font" crossorigin=""><link href="test/fonts/OCRA.2b7be849.woff" rel="preload" as="font" crossorigin=""><link href="test/fonts/RBTFNT.63ef3191.woff" rel="preload" as="font" crossorigin=""><link href="test/js/app.js" rel="preload" as="script"><link rel="icon" type="image/png" sizes="32x32" href="test/img/icons/favicon-32x32.png"><link rel="icon" type="image/png" sizes="16x16" href="test/img/icons/favicon-16x16.png"><link rel="manifest" href="test/manifest.json"><meta name="theme-color" content="#4DBA87"><meta name="apple-mobile-web-app-capable" content="no"><meta name="apple-mobile-web-app-status-bar-style" content="default"><meta name="apple-mobile-web-app-title" content="robot-framework"><link rel="apple-touch-icon" href="test/img/icons/apple-touch-icon-152x152.png"><link rel="mask-icon" href="test/img/icons/safari-pinned-tab.svg" color="#4DBA87"><meta name="msapplication-TileImage" content="test/img/icons/msapplication-icon-144x144.png"><meta name="msapplication-TileColor" content="#000000"></head>
<body>
<noscript>
<strong>We're sorry but RoboCon 2022 doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
<script type="text/javascript" src="test/js/app.js"></script></body>
</html>