SimpleDoc/pages/documentation/example.html
2025-12-17 03:44:41 +01:00

50 lines
2.3 KiB
HTML
Executable File

<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@materializecss/materialize@2.1.1/dist/css/materialize.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css">
<link rel="stylesheet" href="../../assets/css/simpledoc.css">
<link rel="stylesheet" href="../../assets/css/prism.css">
<script src="https://cdn.jsdelivr.net/npm/@materializecss/materialize@2.2.2/dist/js/materialize.min.js"></script>
<script>
document.documentElement.setAttribute('theme', 'light');
</script>
<script src="../../assets/js/config.js"></script>
<script src="../../assets/js/prism.js"></script>
<script src="../../assets/js/simpledoc.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>SimpleDoc - Documentation</title>
</head>
<body>
<div include-html="../../components/header.html"></div>
<main>
<section class="section section-title red" style="border-radius: 24px; padding: 0;" id="index-banner">
<div class="row py-5">
<div class="col s12 offset-m1 center-on-small-only">
<h3 class="white-text" style="margin: 0px; padding-top: 0px; padding-bottom: 5px;">Earth launch</h3>
</div>
</div>
</section>
<div style="margin-bottom: 40px;"></div>
<div class="container">
<p class="caption">
While earthbenders like being rooted to the ground, with some like Toph being unable to see in the air, they can quickly move rock beneath them and launch them several tens of feet into the air, whether to catch airborne opponents or to travel faster. Toph and Bumi did this during the battle at Wulong Forest and the liberation of Ba Sing Se, respectively. Bolin has shown to be able to launch himself into the air with Earthbending, as was seen when he escaped the Earth Queen's palace.
<br>
<br>
Example:
</p>
<pre><code class="language-css">stomp the ground with your foot or something</code></pre>
</div>
</main>
<div include-html="../../components/footer.html"></div>
<script>includeHTML();</script>
</body>
</html>