-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
22 lines (21 loc) · 732 Bytes
/
index.php
File metadata and controls
22 lines (21 loc) · 732 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="ru">
<head>
<link rel='stylesheet' href='/css/bootstrap.min.css' type='text/css' media='all'>
<link rel='stylesheet' href='/css/creative.css' media='all'>
<title>Table Bootstrap</title>
</head>
<body>
<div id="table-button">
<form action="TableBootstrap.php">
<button type="submit" class="btn btn-info">Таблица с foreach</button>
</form>
</div>
<div id="tableBD-button">
<form action="TableBD.php">
<button type="submit" class="btn btn-info">Таблица из БД</button>
</form>
</div>
</body>
</html>