<!doctype html> <html> <head> <meta charset="utf8"> <!-- INSERT BASE --> <link rel="icon" type="image/x-icon" href="icons/favicon.png" /> <link rel="stylesheet" href="icons/icons.css"> <!-- INSERT LOCALE --> <!-- INSERT CONFIG --> <!-- INSERT CUSTOM --> <title>Account<!-- INSERT TITLE SUFFIX --></title> </head> <body> <script src="account.bundle.js"></script> </body> </html>