main.html 236 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> </head> <body> <h1>Hello World!</h1> <img src="cctv.png" alt="" width="300px;"> <script src="../router/main/main.js"></script> </body> </html>