femslash-city/views/index_layout.erb
Agnes 596fd85f2f
Some checks failed
CI / test (push) Has been cancelled
accidentally leaked secrets so had to nuke shit fuck
2026-08-19 17:29:54 -04:00

19 lines
358 B
Text

<!doctype html>
<html lang="en">
<head>
<title>FemslashCity!</title>
<%== erb :'_meta' %>
<link href="/css/neo.css" rel="stylesheet" type="text/css" media="all">
<!--[if lt IE 9]>
<script type="text/javascript" src="/js/html5.min.js"></script>
<![endif]-->
<script src="/js/jquery-1.11.0.min.js"></script>
</head>
<%== yield %>
</html>