You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
66 lines
2.7 KiB
HTML
66 lines
2.7 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<!-- compat -->
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
|
|
|
<!-- Facebook/Open Graph -->
|
|
<meta property="og:title" content="APL Esports">
|
|
<meta property="og:description" content="An independent tournament organiser that combines the experience of various community figures in Asia to produce premier tournaments.">
|
|
<meta property="og:image" content="https://cms.aplesports.com/storage/uploads/2020/04/21/5e9f20df6a8c0apl-new.png">
|
|
<meta property="og:url" content="https://aplesports.com">
|
|
|
|
<!-- Twitter -->
|
|
<meta property="twitter:title" content="APL Esports">
|
|
<meta property="twitter:description" content="An independent tournament organiser that combines the experience of various community figures in Asia to produce premier tournaments.">
|
|
<meta property="twitter:image" content="https://cms.aplesports.com/storage/uploads/2020/04/21/5e9f20df6a8c0apl-new.png">
|
|
<meta property="twitter:card" content="summary_large_image">
|
|
|
|
<!-- favicon -->
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
|
<link rel="manifest" href="/site.webmanifest">
|
|
<link rel="icon" href="/favicon.ico">
|
|
|
|
<!-- nprogress -->
|
|
<script src="https://unpkg.com/nprogress@0.2.0/nprogress.js"></script>
|
|
<link rel="stylesheet" type="text/css" href="https://unpkg.com/nprogress@0.2.0/nprogress.css">
|
|
|
|
<!-- Animate -->
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.0.0/animate.min.css">
|
|
|
|
<!-- AOS -->
|
|
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
|
|
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
|
|
|
|
<!-- fonts -->
|
|
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Raleway:wght@400;500;700&display=swap" rel="stylesheet">
|
|
|
|
<!-- title -->
|
|
<title>APL Esports</title>
|
|
</head>
|
|
<body>
|
|
<noscript>
|
|
<strong>We're sorry but APL Esports doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|
|
</noscript>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.js"></script>
|
|
<script>
|
|
AOS.init();
|
|
|
|
// window.onpaint = function() {
|
|
// // NProgress.configure({ showSpinner: false })
|
|
// // NProgress.start()
|
|
// alert('test');
|
|
// };
|
|
|
|
window.onload = function() {
|
|
NProgress.done()
|
|
};
|
|
</script>
|
|
</body>
|
|
</html>
|