21 lines
644 B
HTML
21 lines
644 B
HTML
<!DOCTYPE html>
|
|
<html lang="en" >
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>CodePen - The Web Artisan Society #2</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"><link rel="stylesheet" href="./style.css">
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
|
|
|
|
</head>
|
|
<body>
|
|
<!-- partial:index.partial.html -->
|
|
<div>
|
|
<h1>The Web <span>Artisan</span> Society</h1>
|
|
<h2><span>240</span> Minutes of <span>Handcrafted HTML & CSS</span></h2>
|
|
<p>The unique art & craftmanship of web design in the 21<sup>st</sup> century</p>
|
|
</div>
|
|
<!-- partial -->
|
|
|
|
</body>
|
|
</html>
|