„index.html“ ändern

This commit is contained in:
Yann Mölle 2023-04-14 20:29:19 +02:00
parent e35558526c
commit 55662926e3

View File

@ -1,35 +1,11 @@
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>CodePen - Blurred animated gradients</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
<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 class="gradient"></div>
<!-- partial -->
<script src="./script.js"></script>
</body>
</html>
<html lang="en">
<style>
body {
background-color: #212121;
}
</style>
<head>