-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmain.html
More file actions
21 lines (21 loc) · 818 Bytes
/
main.html
File metadata and controls
21 lines (21 loc) · 818 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>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>CONFICONFI</title>
</head>
<body>
<div class="tab">
<button class="tablinks" id="1">Items</button>
<button class="tablinks" id="2">Forms</button>
<button class="tablinks" id="3">Globales</button>
<button class="tablinks" id="4">Constantes</button>
</div>
<!-- TAB CONTENTS -->
<div id="tabContent_1" class="tabcontent"></div> <!-- items -->
<div id="tabContent_2" class="tabcontent"></div> <!-- forms -->
<div id="tabContent_3" class="tabcontent"></div> <!-- globales -->
<div id="tabContent_4" class="tabcontent"></div> <!-- constantes -->
</body>
</html>