Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

index.html 702 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
  1. <!DOCTYPE html>
  2. <html dir="rtl">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <title>TodoApp</title>
  7. <meta name="description" content="">
  8. <meta name="viewport" content="width=device-width, initial-scale=1">
  9. {{content-for "head"}}
  10. <link integrity="" rel="stylesheet" href="{{rootURL}}assets/vendor.css">
  11. <link integrity="" rel="stylesheet" href="{{rootURL}}assets/todo-app.css">
  12. {{content-for "head-footer"}}
  13. </head>
  14. <body>
  15. {{content-for "body"}}
  16. <script src="{{rootURL}}assets/vendor.js"></script>
  17. <script src="{{rootURL}}assets/todo-app.js"></script>
  18. {{content-for "body-footer"}}
  19. </body>
  20. </html>
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...