Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>SCORM Template</title>
<meta name="description" content="Simple SCORM Template">
<meta name="author" content="SitePoint">
<script src="./js/scormfunctions.js" type="text/javascript"></script>
<script src="./js/eventlisteners.js" type="text/javascript" ></script>
<link rel="stylesheet" href="./css/style.css">
</head>
<body>
<header>
<h1>Simple SCORM Template</h1>
</header>
<main>
<p>your name here...</p>
<h2></h2>
<h3></h3>
<section>
<input type="text" />
<button id="update">Update score</button>
<button id="end">End game</button>
</section>
</main>
</body>
</html>