A calendar management project, for events and activities related to communities fighting for freedoms.
This can be related to software, art, data, hardware, content, commons, internet.
https://www.agendadulibre.org
This can be related to software, art, data, hardware, content, commons, internet.
https://www.agendadulibre.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
530 B
20 lines
530 B
<!DOCTYPE html> |
|
<html> |
|
<head> |
|
<meta name="viewport" content="width=device-width, initial-scale=1"> |
|
<style type="text/css"> |
|
html, body, iframe { |
|
width: 100%; |
|
border: none; |
|
height: 100%; |
|
margin: 0; |
|
background-color: #dfd; |
|
} |
|
iframe { width: 100%; } |
|
</style> |
|
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js'></script> |
|
</head> |
|
<body> |
|
<iframe id='myIframe' src='/?iframe=true' frameborder='0'></iframe> |
|
</body> |
|
</html>
|
|
|