-
-
Notifications
You must be signed in to change notification settings - Fork 586
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
don't cache html pages on the client side
- Loading branch information
Showing
23 changed files
with
94,137 additions
and
437 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,35 @@ | ||
<!DOCTYPE html><html lang="en" translate="no"><head><title>Silex</title><meta name="description" content="This is a public instance of Silex website builder. Build websites in the browser"><link rel="shortcut icon" href="assets/favicon.png"><style>body { | ||
background-color: #444444; | ||
font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, sans-serif; | ||
} | ||
.silex-loader { | ||
display: none; | ||
} | ||
</style></head><body class="silex-loading"><div class="silex-loader silex-dialog">Loading... | ||
</div><link rel="stylesheet" type="text/css" href="css/admin.css"><main class="silex-workspace"><div class="silex-main silex-dialog-hide silex-ui-full" id="gjs"></div></main><script src="js/main.js"></script><script>silex.start() | ||
// From here silex.config is available and Silex is getting started</script></body></html> | ||
<!DOCTYPE html> | ||
<html lang="en" translate="no"> | ||
<head> | ||
<title>Silex</title> | ||
<meta name="description" content="This is a public instance of Silex website builder. Build websites in the browser"> | ||
<link rel="shortcut icon" href="assets/favicon.png"> | ||
<style> | ||
body { | ||
background-color: #444444; | ||
font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, sans-serif; | ||
} | ||
.silex-loader { | ||
display: none; | ||
} | ||
|
||
</style> | ||
</head> | ||
<body class="silex-loading"> | ||
<div class="silex-loader silex-dialog"> | ||
Loading... | ||
|
||
</div> | ||
<link rel="stylesheet" type="text/css" href="css/admin.css"> | ||
<main class="silex-workspace"> | ||
<div class="silex-main silex-dialog-hide silex-ui-full" id="gjs"></div> | ||
</main> | ||
<script src="js/main.js"></script> | ||
<script> | ||
document.write('<script src="http://' + (location.host || 'localhost').split(':')[0] + ':35729/livereload.js?snipver=1"></' + 'script>') | ||
window.silex.start({ | ||
debug: true, | ||
}) | ||
</script> | ||
</body> | ||
</html> |
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.