28 lines
No EOL
1 KiB
HTML
28 lines
No EOL
1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Hello Bulma!</title>
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@1.0.2/css/bulma.min.css">
|
|
</head>
|
|
<body>
|
|
<section class="section">
|
|
<div class="container">
|
|
<h1 class="title has-text-centered">
|
|
HDRezcord
|
|
</h1>
|
|
<div class="field">
|
|
<div class="control">
|
|
<input class="input is-rounded has-text-centered" type="text" placeholder="Input rezka domen here" />
|
|
</div>
|
|
</div>
|
|
<div class="field is-grouped has-text-centered">
|
|
<div class="control">
|
|
<button class="button is-link is-1 is-rounded">Save</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</body>
|
|
</html> |