Update 'example-starter/index.html'
This commit is contained in:
parent
ec502989d6
commit
a7618fe395
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user