Skip to content

Commit

Permalink
Create index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Breakout-X authored Jul 19, 2024
1 parent 8b304f5 commit fd9c602
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="https://glitch.com/favicon.ico" />

<title>- Analog videos -</title>

<!-- import the webpage's stylesheet -->
<link rel="stylesheet" href="https://help-smc-analog-videos.glitch.me/style.css" />
</head>
<body>
<!-- this is the start of content -->
<h1>
- Analog Videos -
</h1>
<p>
• Super Mario belongs to Nintendo.<br>
• These videos were recorded by me.<br><br>
GitHub - <a href="https://GitHub.com/Breakout-X/"> Breakout-X </a> -<br>
Scratch - <a href="https://Scratch.mit.edu/users/ELedlow/"> ELedlow </a> -
</p>
<h2>1. Distortion</h2>
<video width="320" height="240" controls>
<source src="https://cdn.glitch.me/ab3d8527-b8ec-469a-9c3d-af065e4c9978/screen-20240718-214749.mp4?v=1721366431153" type="video/mp4">
Your browser does not support the video tag.
</video>
<h2>2. Should've Went Back</h2>
<video width="320" height="240" controls>
<source src="https://cdn.glitch.me/ab3d8527-b8ec-469a-9c3d-af065e4c9978/screen-20240718-214936.mp4?v=1721367181147" type="video/mp4">
Your browser does not support the video tag.
</video>
<p>More will come soon.</p>
</body>
</html>

0 comments on commit fd9c602

Please sign in to comment.