Update custom.html

master
Ronin0000 2021-11-20 16:04:06 -08:00 committed by GitHub
parent aa20fac50e
commit 1a6c1acce5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,7 @@
<html> <html>
<head> <head>
<link href='fullcalendar/main.css' rel='stylesheet' /> //<link href='fullcalendar/main.css' rel='stylesheet' />
<link rel="stylesheet" href="../../css/spectre.min.css"> //<link rel="stylesheet" href="../../css/spectre.min.css">
</head> </head>
<body> <body>
<p>Create your events on the current week. Keep in note that your events repeat weekly.</p> <p>Create your events on the current week. Keep in note that your events repeat weekly.</p>
@ -467,6 +467,5 @@ draw();
}); });
</script> </script>
<div id='calendar'></div>
</body> </body>
</html> </html>