Merge 3d33f1caf9
into cd228d507d
commit
a7e98f6b91
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"liveServer.settings.port": 5501
|
||||||
|
}
|
@ -1,15 +1,15 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<link rel="stylesheet" href="style.css" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Blurry Loading</title>
|
<title>Blurry Loading</title>
|
||||||
</head>
|
<link rel="stylesheet" href="style.css">
|
||||||
<body>
|
</head>
|
||||||
<section class="bg"></section>
|
<body>
|
||||||
<div class="loading-text">0%</div>
|
<section class="bg"></section>
|
||||||
|
<div class="loading-text">0%</div>
|
||||||
<script src="script.js"></script>
|
<script src="script.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in new issue