mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/Zos.git
synced 2026-06-15 21:36:21 +00:00
11 lines
236 B
HTML
11 lines
236 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf8" />
|
|
<title>require.js localForage example</title>
|
|
</head>
|
|
<body>
|
|
<script src="../bower_components/requirejs/require.js" data-main="main.js"></script>
|
|
</body>
|
|
</html>
|