mirror of
https://github.com/wassname/scheduler.git
synced 2026-06-27 16:46:44 +08:00
14 lines
318 B
HTML
14 lines
318 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Social.com Scheduler</title>
|
|
</head>
|
|
<body>
|
|
<h1>Will be where all the testing, examples, and markup go</h1>
|
|
|
|
<script src="./bower_components/angularjs/angular.js"></script>
|
|
<script src="./scheduler.js"></script>
|
|
</body>
|
|
</html>
|