simran19 commited on
Commit
ee34cb6
·
verified ·
1 Parent(s): e934326

Update templates/home.html

Browse files
Files changed (1) hide show
  1. templates/home.html +11 -0
templates/home.html CHANGED
@@ -53,6 +53,7 @@
53
  </style>
54
  </head>
55
  <body>
 
56
  <video autoplay muted loop playsinline>
57
  <source src="https://dl.statusvideoz.com/uploads/file_id627072_2025.mp4" type="video/mp4" />
58
  <!-- Fallback text for unsupported browsers -->
@@ -69,6 +70,16 @@
69
 
70
  <a href="/start" class="btn-primary">Start Prediction</a>
71
 
 
 
 
 
 
 
 
 
 
 
72
  <div class="footer">
73
  <p>&copy; Made By Gursimranjot Kaur</p>
74
  </div>
 
53
  </style>
54
  </head>
55
  <body>
56
+
57
  <video autoplay muted loop playsinline>
58
  <source src="https://dl.statusvideoz.com/uploads/file_id627072_2025.mp4" type="video/mp4" />
59
  <!-- Fallback text for unsupported browsers -->
 
70
 
71
  <a href="/start" class="btn-primary">Start Prediction</a>
72
 
73
+ <input
74
+ type="button"
75
+ value="ABOUT"
76
+ onclick="window.location.href='/about' " />
77
+ <input
78
+ type="button"
79
+ value="POSTER"
80
+ onclick="window.location.href='/canva' " />
81
+
82
+
83
  <div class="footer">
84
  <p>&copy; Made By Gursimranjot Kaur</p>
85
  </div>