made deployment easier
This commit is contained in:
28
deployment/client/data/index.html
Normal file
28
deployment/client/data/index.html
Normal file
@@ -0,0 +1,28 @@
|
||||
<head>
|
||||
<!-- Add icon library -->
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="index.css">
|
||||
<title>Client download</title>
|
||||
</head>
|
||||
<body style="background-color: #36393e;">
|
||||
<div class="object-wrapper">
|
||||
<!-- Place any object -->
|
||||
<div class="object-div">
|
||||
<div class="object">
|
||||
<h1 style="color: antiquewhite;">TicTacToe_Client:</h1>
|
||||
<!-- Auto width -->
|
||||
<a href="files/Client.jar" download="TicTacToe_Client.jar">
|
||||
<button class="btn"><i class="fa fa-download"></i> Download TicTacToe_Client.jar</button>
|
||||
</a>
|
||||
<a href="files/startClient.bat" download="startClient.bat">
|
||||
<button class="btn"><i class="fa fa-download"></i> Download startClient.bat</button>
|
||||
</a>
|
||||
<a href="files/openjfx-11.0.2_windows-x64_bin-sdk.zip" download="openjfx-11.0.2_windows-x64_bin-sdk.zip">
|
||||
<button class="btn"><i class="fa fa-download"></i> Download library</button>
|
||||
</a>
|
||||
<h4 style="color: #99aab5;">Run startClient.bat to start the application in Windows</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
Reference in New Issue
Block a user