styling: added preliminary styling application
This commit is contained in:
@@ -6,6 +6,7 @@ use std::fs::File;
|
||||
pub mod css;
|
||||
pub mod dom;
|
||||
pub mod html;
|
||||
pub mod styling;
|
||||
|
||||
fn read_source(filename: String) -> String {
|
||||
let mut str = String::new();
|
||||
|
Reference in New Issue
Block a user