Browse Source

Update 'example-starter/index.html'

master
JoanaChicau 2 years ago
parent
commit
a7618fe395
  1. 6
      example-starter/index.html

6
example-starter/index.html

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

Loading…
Cancel
Save