<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>MaoTube</title> <link rel="stylesheet" href="/style.css"> </head> <body> <h1>MaoTube</h1> <br> <div id="result"> <div id="video-result"> <video id="video-player"></video> <h1 id="video-title"></h1> <span id="video-author"></span> </div> <noscript> <div class="mao-error"> <p>javascript not enabled</p> <p>bottom text</p> </div> </noscript> <div id="mao-error" class="mao-error hidden"> <p id="mao-error-message"></p> <p>bottom text</p> </div> </div> <script src="script.js"></script> <script src="/header.js"></script> </body> </html>