Skip to content

Commit 393c51b

Browse files
authored
Remove external styles and scripts from index.html
Removed Font Awesome script and Material Symbols stylesheet links.
1 parent 2afed97 commit 393c51b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

samples/advanced-markers-graphics/index.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,7 @@
88
<html>
99
<head>
1010
<title>Advanced Markers Using Graphics</title>
11-
12-
<script src="https://use.fontawesome.com/releases/v5.15.4/js/all.js"></script>
13-
1411
<link rel="stylesheet" type="text/css" href="./style.css" />
15-
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=local_pizza" />
1612
<script type="module" src="./index.js"></script>
1713
</head>
1814
<body>

0 commit comments

Comments
 (0)