Skip to content

Commit

Permalink
Setting version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabszn committed Mar 21, 2023
1 parent de821ad commit defc733
Show file tree
Hide file tree
Showing 4 changed files with 1,620 additions and 1 deletion.
1,574 changes: 1,574 additions & 0 deletions httpEngine/src/main/resources/assets/index.23ad3b45.js

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions httpEngine/src/main/resources/assets/index.df829669.css

Large diffs are not rendered by default.

39 changes: 39 additions & 0 deletions httpEngine/src/main/resources/assets/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<!doctype html>
<html>

<head>
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, shrink-to-fit=no">
<!--
<style>
@media only screen and (min-device-width:320px) {
.screen-size {
display: flex;
justify-content: center;
flex-flow: column;
align-items: center;
}
}
@media only screen and (min-device-width:1025px) {
.screen-size {
display: inline;
}
}
</style>
-->
<script type="module" crossorigin src="/assets/index.23ad3b45.js"></script>
<link rel="stylesheet" href="/assets/index.df829669.css">
</head>

<body class="bg-dark text-white ">

<div class="d-flex align-items-center flex-column justify-content-center ">
<div>
<h1>Floxx</h1>
</div>
<div id="app"></div>
</div>

</body>

</html>
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ThisBuild / version := "0.1.3-SNAPSHOT"
ThisBuild / version := "0.1.3"

0 comments on commit defc733

Please sign in to comment.