mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
Tutorial 28 - Minimal CLOG Builder App
This commit is contained in:
parent
2d0e2ab6c6
commit
d3cabdc183
18 changed files with 20358 additions and 14 deletions
15
tutorial/28-tutorial/hello-builder/www/boot.html
Normal file
15
tutorial/28-tutorial/hello-builder/www/boot.html
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<!doctype HTML>
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
||||
<meta http-equiv="Pragma" content="no-cache" />
|
||||
<meta http-equiv="Expires" content="0" />
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
|
||||
<script src="/js/boot.js" type="text/javascript"></script>
|
||||
</HEAD>
|
||||
<BODY>
|
||||
</BODY>
|
||||
<noscript>Your browser must support JavaScript and be HTML 5 compilant to see this site.</noscript>
|
||||
</HTML>
|
||||
Loading…
Add table
Add a link
Reference in a new issue