mirror of
https://github.com/hacks-guide/MSET9.git
synced 2026-05-04 06:50:32 +00:00
25 lines
504 B
HTML
25 lines
504 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<meta charset="UTF-8">
|
|
<title>MSET9</title>
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
<link rel="stylesheet" href="">
|
|
<style>
|
|
</style>
|
|
<script src="lenny.js"></script>
|
|
<body>
|
|
|
|
<div class="">
|
|
<h1>This is a Heading</h1>
|
|
<p>This is a paragraph.</p>
|
|
<p>This is Lenny.</p>
|
|
<p>This is Lenny.</p>
|
|
<p>This is Lenny.</p>
|
|
<p>This is Lenny.</p>
|
|
<p>This is Lenny.</p>
|
|
<p>This is a paragraph.</p>
|
|
<h1>This is a Heading</h1>
|
|
</div>
|
|
|
|
</body>
|
|
</html> |