Files
12factor/views/layout.erb
T
Adam Wiggins 2b06e7deab init
2011-06-03 00:29:00 -07:00

18 lines
470 B
Plaintext

<!doctype html>
<head>
<meta charset="utf-8">
<title>The Twelve-Factor App</title>
<meta name="description" content="A methodology for building modern, scalable, maintainable software-as-a-service apps.">
<meta name="author" content="Adam Wiggins">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="stylesheet" href="/style.css">
</head>
<body>
<%= yield %>
</body>
</html>