12 lines
215 B
Plaintext
12 lines
215 B
Plaintext
|
<html>
|
||
|
<head>
|
||
|
<title>Sprockets-assistant project</title>
|
||
|
<%= javascript_include_tag :application %>
|
||
|
<%= stylesheet_link_tag :application %>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>It works!</h1>
|
||
|
</body>
|
||
|
</html>
|
||
|
|