21 lines
357 B
Plaintext
21 lines
357 B
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>InfineetyNotes</title>
|
|
<%= stylesheet_link_tag "topics", :media => "all" %>
|
|
<%= javascript_include_tag "topics" %>
|
|
<%= csrf_meta_tags %>
|
|
<style>
|
|
<%=Pygments.css('.highlight') %>
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<p class="notice"><%= notice %></p>
|
|
<p class="alert"><%= alert %></p>
|
|
|
|
<%= yield %>
|
|
|
|
</body>
|
|
</html>
|