Skip to main content

HTML_SLIDES

Constant HTML_SLIDES 

Source
pub const HTML_SLIDES: &str = "\n<section>\n    <h1>OSEDA HTML Template</h1>\n    <div class=\"move-up-1 horizontal-container\">\n        <ul>\n            <li>Empowering Students</li>\n            <li>Empowering Developers</li>\n            <li>Empowering Engineers</li>\n        </ul>\n    </div>\n</section>\n\n\n<section>\n    <h1>Code Example</h1>\n    <pre class=\"move-up-3\"><code data-line-numbers=\"-1|1|2|3|-1\" class=\"language-rust\">fn main() {\n    let greeting = \"Hello, world!\";\n    println!(\"{}\", greeting);\n}</code></pre>\n<div class=\" move-up-1 horizontal-container\">\n    <ul>\n        <li>Main function</li>\n        <li>Bindings via <code>let</code></li>\n        <li>Print to <code>stdout</code></li>\n    </ul>\n    <img src=\"ferris.png\" alt=\"Ferris\">\n</div>\n</section>\n";