„index.html“ ändern
This commit is contained in:
parent
e35558526c
commit
55662926e3
34
index.html
34
index.html
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user