<!DOCTYPE html> <html> <head> <title>New Tab - Random 48 Laws of Power</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link rel="stylesheet" href="styles.css" type="text/css" /> </head> <body> <div class="container"> <div id="law"> <p id="law-id"> <span class="title">Law</span><br> <span id="id"></span> </p> </div> <div id="content"> <p id="law-title"></p> <p id="law-desc"></p> </div> </div> </body> <script type="text/javascript" src="laws.json"></script> <script src="index.js"></script> </html>