Browse Source

kostra projektu

master
mist 4 years ago
parent
commit
75abcd0bbd
  1. 7
      css/bootstrap.min.css
  2. 1
      css/bootstrap.min.css.map
  3. 18
      index.html
  4. 7
      js/bootstrap.min.js
  5. 1
      js/bootstrap.min.js.map

7
css/bootstrap.min.css

File diff suppressed because one or more lines are too long

1
css/bootstrap.min.css.map

File diff suppressed because one or more lines are too long

18
index.html

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BS-Formulář</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
</head>
<body>
<div class="container">
<h1>BS-Formulář</h1>
</div>
<script src="js/bootstrap.min.js"></script>
</body>
</html>

7
js/bootstrap.min.js

File diff suppressed because one or more lines are too long

1
js/bootstrap.min.js.map

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save