-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmagic.html
More file actions
30 lines (26 loc) · 1.23 KB
/
magic.html
File metadata and controls
30 lines (26 loc) · 1.23 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Branches</title>
<link rel="stylesheet" href="index.css">
<!-- <script type="text/javascript" src="functions.js"></script> -->
</head>
<header>
<h1 id="header_name">Henry, Alaina, Josh</h1>
</header>
<body>
<div class="sidenav">
<a href="index.html">Home</a>
<!-- <a href="branches.html">Branches</a> -->
<a href="sources.html">Sources & References</a>
<a href="input.html">Input</a>
<a href="magic.html">Algorithm </a>
<a href="output.html">Output</a>
</div>
<br>Josh will handle the algorithm, checking the content of the page against itself on a timer
<!-- <p><img src="Overview flowchart.png" alt="Overview flowchart"></p> -->
<!-- <p><a href="https://docs.python.org/3/library/html.parser.html">HTML parser</a>
<br><a href="https://codeburst.io/the-ultimate-guide-to-web-scraping-in-python-3-7151425004c5">Guide to webscraping in Python</a>
<br><a href="https://towardsdatascience.com/how-to-web-scrape-with-python-in-4-minutes-bc49186a8460">Another guide to webscraping in Python</a></p> -->
</body>
</html>