This repository has been archived on 2020-01-20. You can view files and clone it, but cannot push or open issues or pull requests.
evoresa/app/views/layouts/application.html.erb

19 lines
499 B
Plaintext

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<%= stylesheet_link_tag "reset-min", "main" %>
<title><%= yield :title %> EvoResa</title>
</head>
<body>
<%= yield %>
<p id="footer">
propulsé par EvoResa
<a id="help" href="#" title="Aide d'EvoResa">Aide</a>
</p>
</body>
</html>