15 lines
804 B
HTML
15 lines
804 B
HTML
<!DOCTYPE html><html><head>
|
|
<meta charset="utf-8">
|
|
<title>JSArt Modded</title>
|
|
<link href="css/style.css" rel="stylesheet">
|
|
<script src="/js/main.js"></script>
|
|
<script src="/js/init.js"></script>
|
|
<script src="/js/theme.js"></script>
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon.ico">
|
|
<link rel="manifest" href="/favicon/site.webmanifest">
|
|
</head>
|
|
<body>
|
|
<div id="about"><b>JSArt-M Manual</b><br>Welcome to the JSArt Modded Manual!<br>Here, I'm gonna tell you how to use JSArt...without knowing any JS. So, let's get into it!<br><br>Okay, first, the variables. There are currently 12 of them - i, t, x, y, mx, my, sw, sh, c, ic, cl and k. You can read what they do in the main page of this website. </div><br>
|
|
<div id="projects"></div>
|
|
</body>
|
|
</html> |