Changes for page Comunicados
Last modified by WBS Tecnologia on 2021/01/13 11:54
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -2,7 +2,11 @@ 2 2 3 3 ---- 4 4 5 -{{html clean="false"}} 5 +{{html}} 6 +<!DOCTYPE html> 7 +<html> 8 +<head> 9 +<meta name="viewport" content="width=device-width, initial-scale=1"> 6 6 <style> 7 7 .accordion { 8 8 background-color: #eee; ... ... @@ -28,6 +28,9 @@ 28 28 overflow: hidden; 29 29 } 30 30 </style> 35 +</head> 36 +<body> 37 + 31 31 <h2>Accordion</h2> 32 32 33 33 <button class="accordion">Section 1</button> ... ... @@ -62,5 +62,7 @@ 62 62 } 63 63 </script> 64 64 72 +</body> 73 +</html> 65 65 66 66 {{/html}}