forked from itmm/JavaScriptStreams
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
Latest commit
13 lines (13 loc) · 340 Bytes
/
Copy pathindex.html
File metadata and controls
13 lines (13 loc) · 340 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
<head>
<title>Prime Streams</title>
<linkrel="stylesheet" href="style.css" type="text/css" media="screen" charset="utf-8">
</head>
<body>
<h1>Prime Streams</h1>
<tableid="result"></table>
</body>
<scriptsrc="jss.js" charset="utf-8"></script>
<scriptsrc="primes.js" charset="utf-8"></script>
</html>