1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<!doctype html> <html> <head> <meta charset="utf-8"> <meta name="description" content="A forum for the year 3000"> <meta name="robots" content="noindex, nofollow" /> <title>Forum.</title> <script defer src="./application.js"></script> <link href="./css/style.css" rel="stylesheet"> </head> <body> </body> </html>