-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:silexlabs/silex-lib into fix_css_im…
…age_quote
- Loading branch information
Showing
21 changed files
with
494 additions
and
94,201 deletions.
There are no files selected for viewing
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
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,35 +1,10 @@ | ||
<!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> | ||
<!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> |
Oops, something went wrong.