aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.html
diff options
context:
space:
mode:
authorslashinfty <matt.braddock@gmail.com> 2020-04-17 19:26:45 -0400
committerslashinfty <matt.braddock@gmail.com> 2020-04-17 19:26:45 -0400
commit259ed5c0da20fe0eb0348ed860c22f4575ee4376 (patch)
tree7c11b82c6f5c7c0fb42c1d4d9059e7006f2b649d /index.html
parent7e177915d2a65a103a040b41ed0de15523b8e2d9 (diff)
formatting update
Diffstat (limited to 'index.html')
-rw-r--r--index.html47
1 files changed, 23 insertions, 24 deletions
diff --git a/index.html b/index.html
index 37d7c69..932267e 100644
--- a/index.html
+++ b/index.html
@@ -1,28 +1,27 @@
-<!doctype html>
+<!DOCTYPE html>
<html>
<head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <title>YouTube Frame Timer</title>
- <link href="index.css" rel="stylesheet">
- <script src="main.js"></script>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>YouTube Frame Timer</title>
+ <link rel="stylesheet" href="https://stackedit.io/style.css" />
+ <script src="main.js"></script>
</head>
-<body class="content">
- <h1>YouTube Interval Timer</h1>
- <h3>About</h3>
- <p>Takes start and stop points of a YouTube video, down to the frame, and gives the time between them in the format 1h 23m 45s 678ms.</p>
- <h3>Video Framerate</h3>
- <p>Right click the YouTube video and select "Stats for nerds." The third line is "Current / Optimal Res" - find the two numbers after the @ and enter them for framerate.</p>
- <label for="framerate">Framerate: </label><input type="text" id="framerate" size="3" />
- <h3>Video Endpoints</h3>
- <p>Find the starting point (you can use the , and . keys to find the exact frame). Right click the video and select "Copy debug info" and paste it for starting frame. Repeat for ending frame.</p>
- <label for="startobj">Starting frame: </label><input type="text" id="startobj" style='width:100%'/>
- <p></p>
- <label for="endobj">Ending frame: </label><input type="text" id="endobj" style='width:100%'/>
- <h3>Video Time</h3>
- <button onclick="compute()">Compute time</button>
- <p></p>
- <label for="time">Time: </label><input type="text" id="time" readonly size="20" />
- <p><a href="https://github.com/slashinfty/yt-frame-timer" target="_blank">View Source Code</a></p>
+
+<body class="stackedit">
+ <div class="stackedit__html"><h1 id="youtube-interval-timer">YouTube Interval Timer</h1>
+<h3 id="about">About</h3>
+<p>Takes start and stop points of a YouTube video, down to the frame, and gives the time between them in the format <code>1h 23m 45s 678ms</code>. Source code is <a href="https://github.com/slashinfty/yt-frame-timer">available</a>.</p>
+<h3 id="video-framerate">Video Framerate</h3>
+<p>Right click the YouTube video and select “Stats for nerds.” The third line is “Current / Optimal Res” - find the two numbers after the @ and enter them for framerate.</p>
+<p><label for="framerate">Framerate: </label><input type="text" id="framerate" size="3" /></p>
+<h3 id="video-endpoints">Video Endpoints</h3>
+<p>Find the starting point (you can use the <code>,</code> and <code>.</code> keys to find the exact frame). Right click the video and select “Copy debug info” and paste it for starting frame. Repeat for ending frame.</p>
+<p><label for="startobj">Starting frame: </label><input type="text" id="startobj" style='width:100%'/></p>
+<p><label for="endobj">Ending frame: </label><input type="text" id="endobj" style='width:100%'/></p>
+<h3 id="video-time">Video Time</h3>
+<p><button onclick="compute()">Compute time</button>&nbsp;<input type="text" id="time" readonly size="20" /></p>
+</div>
</body>
-</html> \ No newline at end of file
+
+</html>