22 lines
567 B
PHP
22 lines
567 B
PHP
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Document</title>
|
|
|
|
<style>
|
|
body{
|
|
width: 100%;
|
|
max-width: 1140px;
|
|
margin: 0 auto;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="salony-widget"></div>
|
|
<script src="https://serwer1852487.home.pl/Geo/salony/widget.js"></script>
|
|
<script async src="https://maps.googleapis.com/maps/api/js?key=AIzaSyD-1SOVhJXr6HREtfmMILvlmV-hml3nxUg"></script>
|
|
</body>
|
|
</html>
|