mirror of
https://github.com/kennethreitz/12factor.git
synced 2026-06-05 23:10:17 +00:00
18 lines
470 B
Plaintext
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>
|