mirror of
https://github.com/hacks-guide/MSET9.git
synced 2026-05-10 01:30:33 +00:00
22 lines
454 B
HTML
22 lines
454 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<meta charset="UTF-8">
|
|
<title>Page Title</title>
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
<link rel="stylesheet" href="">
|
|
<style>
|
|
</style>
|
|
<script src="lenny.js"></script>
|
|
<body>
|
|
|
|
<!--<img src="img_la.jpg" alt="LA" style="width:100%">-->
|
|
|
|
<div class="">
|
|
<h1>This is a Heading</h1>
|
|
<p>This is a paragraph.</p>
|
|
<p>This is another paragraph.</p>
|
|
<p>This is Lenny.</p>
|
|
</div>
|
|
|
|
</body>
|
|
</html> |