18 lines
533 B
HTML
18 lines
533 B
HTML
<!DOCTYPE html>
|
|
<html lang="en" >
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Simplex Life v8</title>
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css">
|
|
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Vollkorn:900i'>
|
|
<link rel="stylesheet" href="./style.css">
|
|
</head>
|
|
<body>
|
|
<!-- partial:index.partial.html -->
|
|
|
|
<!-- partial -->
|
|
<script src='https://cdn.rawgit.com/josephg/noisejs/master/perlin.js'></script>
|
|
<script src="./script.js"></script>
|
|
|
|
</body>
|
|
</html> |