The weird web workers portal .. or it might become one, if I ever find the time to work on this.
web
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

18 lines
436 B

<!DOCTYPE html>
<html>
<head>
<title>Weird Web Workers</title>
<%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
<%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
<%= csrf_meta_tags %>
</head>
<body>
<!--<div id="title">
<h1>Weird Web Workers</h1>
</div>-->
<div id="content">
<%= yield %>
</div>
</body>
</html>
<!-- vim: set ts=2 sw=2: -->