methode nonce par defaut

This commit is contained in:
2022-08-19 13:37:29 +02:00
parent 0f2850f6fd
commit a0e8703758
6 changed files with 427 additions and 1 deletions
+13
View File
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="fr">
<head>
<meta chartset="UTF-8">
<title>Creative Coding</title>
<meta name="description" content="This is an example of a meta description.">
<link rel="stylesheet" type="text/css" href="theme.css">
</head>
<body>
<canvas id="canvas1"></canvas>
<script src="script.js"></script>
</body>
</html>