-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathqscripts.html
39 lines (38 loc) · 1.69 KB
/
qscripts.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
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Flowcanvas</title>
<link href="https://fonts.googleapis.com/css?family=IBM+Plex+Sans:400,600" rel="stylesheet">
<link rel="stylesheet" href="dist/css/style.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/firebase/9.6.8/firebase-app.js"></script>
<script src="https://unpkg.com/[email protected]/lib/anime.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/scrollreveal.min.js"></script>
</head>
<body class="is-boxed has-animations">
<div class="body-wrap">
<header class="site-header">
<div class="container">
<div class="site-header-inner">
<div class="brand header-brand">
<h1 class="m-0">
<a href="#">
<img class="header-logo-image" src="dist/images/logo.svg" alt="Logo">
</a>
</h1>
</div>
</div>
</div>
</header>
<main>
<section class="hero">
<div class="container">
<div class="hero-inner">
<div class="hero-copy">
<h1 class="hero-title mt-0">Flowcanvas-quikscripts</h1>
<p class="hero-paragraph">download ready to use scripts for playcanvas</p>
<div class="hero-cta">
<a class ="button button-primary" href="/quikscripts/fps.js" download> first person movement script </a> </div>
</div>