Skip to content

Commit

Permalink
Merge branch 'main' of github.com:silexlabs/silex-lib into fix_css_im…
Browse files Browse the repository at this point in the history
…age_quote
  • Loading branch information
lexoyo committed Jan 31, 2025
2 parents d9c485b + e099e9c commit e9b9956
Show file tree
Hide file tree
Showing 21 changed files with 494 additions and 94,201 deletions.
2 changes: 0 additions & 2 deletions dist/client/css/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -5072,5 +5072,3 @@ form.silex-form .silex-form__group.col2 {
background-position: center;
background-repeat: no-repeat;
}

/*# sourceMappingURL=admin.css.map */
45 changes: 10 additions & 35 deletions dist/client/index.html
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>
Loading

0 comments on commit e9b9956

Please sign in to comment.