- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathClosures.html
More file actions
Latest commit
23 lines (19 loc) · 593 Bytes
/
Copy pathClosures.html
File metadata and controls
23 lines (19 loc) · 593 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<metacharset="utf-8">
<metaname="viewport" content="width=device-width">
<title>replit</title>
<linkhref="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
Closures
<scriptsrc="script.js"></script>
<!--
This script places a badge on your repl's full-browser view back to your repl's cover
page. Try various colors for the theme: dark, light, red, orange, yellow, lime, green,
teal, blue, blurple, magenta, pink!
-->
<scriptsrc="https://replit.com/public/js/replit-badge.js" theme="blue" defer></script>
</body>
</html>