Guest User

Untitled

a guest
Dec 6th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.  
  4. <head>
  5. <meta charset="UTF-8">
  6. <title>Demo</title>
  7.  
  8. <link rel="icon" href="/static/favicon.ico" type="image/x-icon">
  9.  
  10. <script src="/static/script/script.js"></script>
  11. <script src="/static/lib/jquery-3.3.1.min.js"></script>
  12. <link href="/static/style/style.css" rel="stylesheet">
  13. </head>
  14.  
  15. <body>
  16. {{.Demo}}
  17. </body>
  18.  
  19. </html>
Add Comment
Please, Sign In to add comment