100-project-100-days-website/100_projects/13-mix-blend-loading/index.html

14 lines
314 B
HTML
Raw Normal View History

2023-03-06 17:16:50 +03:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div>
<span>Loading</span>
</div>
</body>
</html>