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

_Layout.cshtml 640 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
26
27
28
29
30
31
32
33
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Test Bot Sample - @ViewBag.Title</title>
  5. <style type="text/css">
  6. body {
  7. padding: 50px;
  8. font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
  9. }
  10. a {
  11. color: #00B7FF;
  12. }
  13. fieldset {
  14. border: 1px solid #ccc;
  15. }
  16. fieldset label {
  17. display: block;
  18. width: 400px;
  19. clear: both;
  20. }
  21. fieldset label input {
  22. float: right;
  23. }
  24. </style>
  25. </head>
  26. <body>
  27. @RenderBody()
  28. </body>
  29. </html>
Tip!

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

Comments

Loading...