mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 16:23:21 +00:00
Change the ui to make it better looking
This commit is contained in:
+11
-4
@@ -2,21 +2,28 @@
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<link rel="stylesheet" href="css/app.css" type="text/css" />
|
||||
<link href="https://fonts.googleapis.com/css?family=Catamaran:400,700" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
<div id="container">
|
||||
<div id="header">
|
||||
<img id="logo" src="img/fleeca.png"/>
|
||||
</div>
|
||||
<div id="welcome-text">
|
||||
Bonjour, <br/>
|
||||
Merci d'utiliser nos bornes Fleeca Bank
|
||||
</div>
|
||||
<div id="menu">
|
||||
<div>
|
||||
<input type="text" id="deposit_amount"/>
|
||||
<input type="number" id="deposit_amount"/>
|
||||
<button id="deposit_btn">Déposer</button>
|
||||
</div>
|
||||
<br><br>
|
||||
<div>
|
||||
<input type="text" id="withdraw_amount"/>
|
||||
<input type="number" id="withdraw_amount"/>
|
||||
<button id="withdraw_btn">Retirer</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user