consolidated theme files to make moving to Fipamo actual easier
@ -1,10 +0,0 @@
|
||||
extends frame
|
||||
|
||||
block main-content
|
||||
section#index-content
|
||||
#index-display
|
||||
#recent-title.index-block
|
||||
|
||||
#index-content
|
||||
div !{content_page}
|
||||
span YAAAAAAAHS KHAALEEEEESI
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 1.0 MiB After Width: | Height: | Size: 1.0 MiB |
Before Width: | Height: | Size: 202 KiB After Width: | Height: | Size: 202 KiB |
Before Width: | Height: | Size: 8.2 KiB After Width: | Height: | Size: 8.2 KiB |
@ -0,0 +1 @@
|
||||
{"version":3,"sources":["Base.mjs","Start.mjs"],"names":["Base","start","console","log","document","addEventListener","base"],"mappings":";;ACAA;;;;AAEAI,QAAQ,CAACC,gBAAT,CACC,kBADD,EAEC,YAAY;AACX,MAAIC,IAAI,GAAG,IAAIN,aAAJ,EAAX;AACA,CAJF,EAKC,KALD;;;;;IDFqBA;;;AACpB;AACA;AACA;AACA,kBAAc;AAAA;;AACb,SAAKC,KAAL;AACA;;;;4BACO;AACPC,MAAAA,OAAO,CAACC,GAAR,CAAY,qBAAZ;AACA,MACD;AACA;AACA;AAEA;AACA;AACA","file":"start.min.js","sourceRoot":"../../../com","sourcesContent":["export default class Base {\n\t//--------------------------\n\t// constructor\n\t//--------------------------\n\tconstructor() {\n\t\tthis.start();\n\t}\n\tstart() {\n\t\tconsole.log('Connected like F.E.');\n\t}\n\t//--------------------------\n\t// methods\n\t//--------------------------\n\n\t//--------------------------\n\t// event handlers\n\t//--------------------------\n}\n","import Base from './Base.mjs';\n\ndocument.addEventListener(\n\t'DOMContentLoaded',\n\tfunction () {\n\t\tvar base = new Base();\n\t},\n\tfalse\n);\n"]}
|
@ -0,0 +1,9 @@
|
||||
extends frame
|
||||
|
||||
block main-content
|
||||
section
|
||||
| TITLE
|
||||
div !{content_page}
|
||||
span YAAAAAAAHS KHAALEEEEESI
|
||||
footer
|
||||
| © 2020 Fipamo by PV
|
@ -0,0 +1,7 @@
|
||||
{
|
||||
"name": "default-light",
|
||||
"display-name":"Fipamo Oh Won Light",
|
||||
"author": "Are0h",
|
||||
"description": "The most dangerous default theme in the known universe.",
|
||||
"version": "1.0.0"
|
||||
}
|