initial commit
This commit is contained in:
commit
d4143caf16
7 changed files with 1706 additions and 0 deletions
7
src/conntest.rs
Normal file
7
src/conntest.rs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
use rocket::get;
|
||||
use rocket::response::content::RawHtml;
|
||||
|
||||
#[get("/")]
|
||||
pub fn conntest() -> RawHtml<&'static str>{
|
||||
RawHtml(include_str!("../res/conntest.html"))
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue