1 parent eb7e8e7 commit 9ac3ca0Copy full SHA for 9ac3ca0
2 files changed
Project8_string_methods/JS/main.js
Project8_string_methods/index.html
@@ -0,0 +1,14 @@
1
+<!DOCTYPE html>
2
+<html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta http-equiv="X-UA-Compatible" content="IE=edge" />
6
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
+ \
8
+ <script src="JS/main.js"></script>
9
+ <title>String Methods - (Steps 156 - 165)</title>
10
+ </head>
11
+ <body>
12
+ <p id=""></p>
13
+ </body>
14
+</html>
0 commit comments