mirror of
https://github.com/LucasVbr/EnglishRolePlayGame.git
synced 2026-05-13 17:11:50 +00:00
21 lines
634 B
HTML
21 lines
634 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>particles.js</title>
|
|
<meta name="description" content="particles.js is a lightweight JavaScript library for creating particles.">
|
|
<meta name="author" content="Vincent Garreau" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
|
<link rel="stylesheet" media="screen" href="css/style.css">
|
|
</head>
|
|
<body>
|
|
|
|
<!-- particles.js container -->
|
|
<div id="particles-js"></div>
|
|
|
|
<!-- scripts -->
|
|
<script src="../particles.js"></script>
|
|
<script src="js/app.js"></script>
|
|
|
|
</body>
|
|
</html> |