mirror of
https://github.com/MrEidam/RotatingCircles.git
synced 2026-06-28 07:49:24 +00:00
Version 1
This commit is contained in:
24
index.html
Normal file
24
index.html
Normal file
@@ -0,0 +1,24 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<title>Effectos</title>
|
||||
</head>
|
||||
<body>
|
||||
<div class="loader">
|
||||
<span style="--i:1;"></span>
|
||||
<span style="--i:2;"></span>
|
||||
<span style="--i:3;"></span>
|
||||
<span style="--i:4;"></span>
|
||||
<span style="--i:5;"></span>
|
||||
<span style="--i:6;"></span>
|
||||
<span style="--i:7;"></span>
|
||||
<span style="--i:8;"></span>
|
||||
<span style="--i:9;"></span>
|
||||
<span style="--i:10;"></span>
|
||||
</div>
|
||||
<script>alert('Hover in the middle!')</script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user