-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (30 loc) · 1.26 KB
/
index.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
<html>
<head>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="site/assets/stylesheets/main.a2408e81.min.css">
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,400i,700%7CRoboto+Mono&display=fallback">
<link rel="stylesheet" href="assets/style.css">
<link rel="shortcut icon" href="site/assets/images/gamepad2.png">
</head>
<body dir="ltr">
<section class="tx-container">
<div class="md-grid md-typeset">
<div class="tx-hero">
<div class="tx-hero__image">
<img src="assets/illustration-min.png" alt="" draggable="false">
</div>
<div class="tx-hero__content">
<h1>Programming Games with Phaser 3</h1>
<p>Learn how to easily program web-based games with Typescript and the Phaser 3 game engine.</p>
<a href="site/index.html" title="Empezar" class="md-button md-button--primary"> Get started </a>
<a href="https://github.com/dummysoft/videogames_phaser3" title="Ir a GitHub" class="md-button"> Go to GitHub </a>
</div>
</div>
</div>
<div>
<p> </p><p> </p><p> </p><p> </p>
</div>
</section>
</body>
</html>