Update 'example-starter/index.html'

This commit is contained in:
JoanaChicau 2022-08-30 18:24:08 +02:00
parent ec502989d6
commit a7618fe395

View File

@ -15,8 +15,6 @@
<!-- here is an example of how to link to a stylesheet -->
<link rel='stylesheet' href='CSS/my-style.css'/>
<!-- here is an example of how to link to a script -->
<script src="JS/script.js"></script>
</head>
<body>
@ -38,6 +36,10 @@
<!-- Scripts -->
<!-- here is an example of how to link to a script -->
<script src="JS/script.js"></script>
<!-- here is an example of a script -->
<script type="text/javascript">
alert('Hello, world!')
</script>