Draft of constructor to merge ./media files into a single HTML string object. 'theme.css' is also scanned to apply future styling. The next focus is a request handler which serves this content.
This commit is contained in:
@@ -0,0 +1 @@
|
||||
Lorum ipsum, whatever else...
|
||||
@@ -0,0 +1 @@
|
||||
Lorum ipsum, whatever else...
|
||||
@@ -0,0 +1 @@
|
||||
Lorum ipsum, whatever else...
|
||||
@@ -0,0 +1 @@
|
||||
Lorum ipsum, whatever else...
|
||||
@@ -0,0 +1 @@
|
||||
Lorum ipsum, whatever else...
|
||||
@@ -0,0 +1 @@
|
||||
Lorum ipsum, whatever else...
|
||||
@@ -0,0 +1 @@
|
||||
Lorum ipsum, whatever else...
|
||||
@@ -0,0 +1 @@
|
||||
Lorum ipsum, whatever else...
|
||||
@@ -0,0 +1 @@
|
||||
Lorum ipsum, whatever else...
|
||||
@@ -0,0 +1 @@
|
||||
Hello my name Sam etc.
|
||||
@@ -0,0 +1 @@
|
||||
Bye bye and some other stuff.
|
||||
@@ -0,0 +1,21 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
|
||||
<!-- THEME -->
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="core">
|
||||
|
||||
<!-- ABSTRACT -->
|
||||
|
||||
<!-- CONTENT -->
|
||||
|
||||
<!-- FOOTER -->
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user