first commit
This commit is contained in:
commit
0fb614a551
4 changed files with 152 additions and 0 deletions
23
index.html
Normal file
23
index.html
Normal file
|
@ -0,0 +1,23 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Is My Internet Working?</title>
|
||||
<!-- styles -->
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
</head>
|
||||
<body>
|
||||
<!-- main container -->
|
||||
<div class="container">
|
||||
<!-- title -->
|
||||
<h1 class="title">Is My Internet Working?</h1>
|
||||
<!-- status box -->
|
||||
<div class="status-container">
|
||||
<span id="status" class="status">Yes</span>
|
||||
</div>
|
||||
</div>
|
||||
<!-- scripts -->
|
||||
<script src="script.js"></script>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue