/
What might a shell app HTML file look like?
What might a shell app HTML file look like?
A shell app HTML index.html file could look like this:
<html>
<head>
<script src="APPmyApp.js"></script>
</head>
<body>
</body>
</html>
i.e. almost nothing! Literally a shell of HTML and all the logic for the application is implemented within a single Javascript file.
, multiple selections available,
Related content
Shell App Architecture
Shell App Architecture
More like this
Why is a shell app architecture helpful?
Why is a shell app architecture helpful?
More like this
How do we make virtual pages in a shell app application?
How do we make virtual pages in a shell app application?
More like this
How does Google deal with Shell Apps?
How does Google deal with Shell Apps?
More like this
HTTP Caching
HTTP Caching
More like this
HTML Structure
HTML Structure
More like this