practice/index.html

32 lines
470 B
HTML
Raw Permalink Normal View History

2024-06-26 05:14:25 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>HTML 5 Boilerplate</title>
<link rel="stylesheet" href="style.css">
<title>practice</title>
</head>
<body>
<main>
<div class="wepa">
</div>
</main>
<script src="lodash.js"></script>
<script src="curry.js"></script>
</body>
</html>