html

Erb code posted by nada
created at 20 Aug 01:45, updated at 20 Aug 01:46

Edit | Back
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<html>
<body>
<style>

.inline {
width: 100%;
}
</style>
<%=

Time.now 

def ok
 'test'
end

%>
<div class="class">
<strong>
oh well
</strong>
</div>
</body>
</html>
188 Bytes in 2 ms with coderay