chore: Initial import of FLEX training material

This commit is contained in:
Alexander Kobjolke 2024-11-07 21:02:53 +01:00
parent c01246d4f7
commit 414504d225
1020 changed files with 53940 additions and 0 deletions

View file

@ -0,0 +1,85 @@
<!--
Copyright 2016 Google Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Dragotchi</title>
<link rel="stylesheet" type="text/css" href="styles.css" media="screen" />
<script defer src="crypto.js"></script>
<script defer src="site.js"></script>
<meta name="viewport" content="width=device-width, user-scalable=no" />
<link rel="manifest" href="manifest.json" />
</head>
<body>
<header>
<img class="logo" src="logo.png" />
<h1>Dragotchi</h1>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="dragon.html">Dragotchi</a></li>
<li><a href="faq.html">FAQ</a></li>
</ul>
</header>
<hr />
<section>
<h2>Home</h2>
<p>
Click and play with your very own Dragon! Feed it gold and watch it grow over time.
</p>
<p>
Soon it will be an excited little dragon eating villagers and burning houses down.
</p>
<p>
To get started, click on the <a href="dragon.html">Dragotchi link</a>!
</p>
<img src="construction.gif" width="69" />
<p>
Dragotchi is always <blink><strong>Under Construction</strong></blink>!!!
</p>
</section>
<hr />
<footer>
Learn more at <a href="https://developers.google.com/web">Google Developers</a>
</footer>
<div class="counter">
<span>0</span>
<span>0</span>
<span>0</span>
<span>2</span>
<span>0</span>
<span>1</span>
<span>6</span>
</div>
</body>
</html>