-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
1,620 additions
and
1 deletion.
There are no files selected for viewing
1,574 changes: 1,574 additions & 0 deletions
1,574
httpEngine/src/main/resources/assets/index.23ad3b45.js
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
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 |
---|---|---|
@@ -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> |
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 +1 @@ | ||
ThisBuild / version := "0.1.3-SNAPSHOT" | ||
ThisBuild / version := "0.1.3" |