-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
44 lines (38 loc) · 1.55 KB
/
index.html
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
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Scrape.it()</title>
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
</head>
<body>
<header>
<nav>
<ul class="nav__links">
<li><a class="Pro_con" href="https://pypi.org/project/beautifulsoup4/" target="_blank"><font face="Times New Roman" size="3">DOWNLOAD MODULES USED</font></a></li>
<li><a class="index" href="http://127.0.0.1:5000/" ><font face="Times New Roman" size="3">HOME</font></a></li>
<li><a class="organization" href="https://github.com/ShreevathsaGP/Projects_Stuff" target="_blank"><font face="Times New Roman" size="3">VIEW MY GITHUB</a></li>
</ul>
</nav>
</header>
<div class="image"></div>
<div class="container">
<div class="index_text">
<form method="POST">
<hr>
<h1>Scrape.it()</h1>
<div class="warning">
<h3>WARNING: Please do not click enter or go button more than one, my database cannot repetitive search queries, and you will receive faulty results.</h3>
</div>
<hr>
<p align=center>↓Which product would you like to scrape?↓</p>
<div class="form-group">
<input type="text" name="u" class="form-control" placeholder="Scrape" required>
</div>
<input type="Submit" value="GO">
</div>
</div>
</form>
</body>
</html>