parent
6d37153da9
commit
b0fdee0319
@ -0,0 +1,13 @@
|
||||
<html>
|
||||
<head>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<script src="selecteur.js"></script>
|
||||
Votre score est : <h1 id="points"></h1>
|
||||
<script>
|
||||
document.getElementById("points").innerHTML = get['pts'];
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in new issue