mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Example app structure. round 1.
This commit is contained in:
9
examples/app/header/func.rb
Normal file
9
examples/app/header/func.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
puts %{
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>My App</title>
|
||||
</head>
|
||||
<body>
|
||||
}
|
||||
Reference in New Issue
Block a user