mirror of
https://github.com/darkicewolf50/RustBrock.git
synced 2025-07-07 19:47:15 -06:00
finsihed The Rust Programming Language Bookgit add -Agit add -A
This commit is contained in:
11
hello/hello.html
Normal file
11
hello/hello.html
Normal file
@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Hello!</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Hello!</h1>
|
||||
<p>Hi from Rust</p>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user