-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (28 loc) · 1.31 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
<!DOCTYPE html>
<html>
<head>
<title>tryna figure this shit out</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="http://localhost:3001/static/obsidian.css">
<!-- React -->
<script src="https://unpkg.com/react@17/umd/react.development.js" crossorigin></script>
<script src="https://unpkg.com/react-dom@17/umd/react-dom.development.js" crossorigin></script>
<script src="https://unpkg.com/[email protected]/create-react-class.min.js" crossorigin></script>
<script src='https://unpkg.com/babel-standalone@6/babel.min.js' crossorigin></script>
<!-- Statebus -->
<script src='https://stateb.us/code/statebus/extras/coffee.js'></script>
<script src='https://unpkg.com/[email protected]/statebus.js'></script>
<!-- <script src='https://unpkg.com/[email protected]/client-library.js'></script> -->
<script src='http://localhost:3001/vendor/client-library.js'></script>
<script src='https://unpkg.com/braidify/braidify-client.js'></script>
<!-- Other npm stuff -->
<script src="https://unpkg.com/showdown/dist/showdown.min.js"></script>
<!-- Client -->
<script src="http://localhost:3001/client/website.js"></script>
<!-- Points : switch between these two lines to reproduce the bug -->
<script src="https://braid.org/point.js"></script>
<script>
bus.libs.react17.coffreact()
</script>
</head>
</html>