-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (33 loc) · 1.52 KB
/
Copy pathindex.html
File metadata and controls
44 lines (33 loc) · 1.52 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<html>
<head>
<!-- <script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
crossorigin="anonymous"></script> -->
<script src="https://cdn.jsdelivr.net/lodash/4.17.4/lodash.min.js"
crossorigin="anonymous"></script>
</head>
<body>
<!--<script src="SearchAndreplace.js"></script>-->
<!--<script src="WhereforeArtThou.js"></script>-->
<!--<script src="PigLatin.js"></script>-->
<!--<script src="DNAPairing.js"></script>-->
<!--<script src="BooWho.js"></script>-->
<!--<script src="SortedUnion.js"></script>-->
<!--<script src="ConvertHTMLEntities.js"></script>-->
<!--<script src="SpinalTapCase.js"></script>-->
<!--<script src="SumAllOddFibonacciNumbers.js"></script>-->
<!--<script src="SumPrimes.js"></script>-->
<!--<script src="SmallestCommonDenominator2.js"></script>-->
<!--<script src="FindersKeepers.js"></script>-->
<!--<script src="DropIt.js"></script>-->
<!--<script src="Steamroller.js"></script>-->
<!--<script src="BianaryAgents.js"></script>-->
<!--<script src="EverythingBeTrue.js"></script>-->
<!--<script src="ArgumentsOptional.js"></script>-->
<!--<script src="ValidateUSPhoneNumbers.js"></script>-->
<!--<script src="SymmetricDifference.js"></script>-->
<!--<script src="ExactChange.js"></script>-->
<!--<script src="WhereDoIBelong.js"></script>-->
<!-- <script src="AlphaNumericSort.js"></script> -->
<script src="smallestCommonMultiple.js"></script>
</body>
</html>