Skip to content

Commit b0b4962

Browse files
committed
fix: updated script tags and link tags
1 parent bd5b658 commit b0b4962

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

test_files/test.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717

1818
<link rel="stylesheet" href="https://cdn.cocreate.app/latest/CoCreate.min.css" type="text/css"/>
1919

20-
<!-- Font Awesome -->
21-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css" crossorigin="anonymous" />
2220

2321
</head>
2422
<style type="text/css">

test_files/test2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1">
88
<title>form.js</title>
99
<link rel="stylesheet" href="https://cdn.cocreate.app/latest/CoCreate.min.css" type="text/css"/>
10-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css" crossorigin="anonymous" />
10+
1111

1212
</head>
1313
<style type="text/css">

0 commit comments

Comments
 (0)