informilo-kea/index.php

38 líneas
1.3 KiB
PHP
Executable File

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Enviador de la Newsletter KEA</title>
<meta name="description" content="The HTML5 Herald">
<meta name="author" content="SitePoint">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/styles.css?v=1.0">
<style>
body {font-family: "Ubuntu",sans-serif;}
.boto {padding: 0.5em; background-color: #000099; color: white; text-decoration: none;}
.boto2 {padding: 0.5em; background-color: #666; color: white; text-decoration: none;}
#principal {width: 100%; text-align: center;}
</style>
</head>
<body>
<div id="principal">
<img src="https://www.esperanto.cat/esperantoinfo/img/bannersup.webp" />
<h1>Enviador de correus electrònics - Newsletter KEA</h1>
<?php include("config.inc");?>
<p>Estàs a punt d'enviar aquesta newsletter: <strong><?php echo $tema;?></strong></p>
<p>Apreta el botó que sigui i que la màgia funcioni!</p>
<p>&nbsp;</p>
<p>
<!--<a href="enviador.php" class="boto" id="botoEnviador">Envia!</a>-->
<a class="boto2" id="botoEnviadorProva">Envia correu de prova</a> &nbsp; <a class="boto" id="botoEnviador">Envia correu normal</a>
</p>
<p id="respostaServer"></p>
</div>
<script src="js/scripts.js"></script>
</body>
</html>