Skip to content

Commit

Permalink
Add landing page and clean setup
Browse files Browse the repository at this point in the history
  • Loading branch information
sansyrox committed Sep 4, 2021
1 parent 0b36890 commit c3d5725
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 13 deletions.
2 changes: 1 addition & 1 deletion docs/landing_page/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
</div>
<div class="row mt-6">
<div class="col-md-8 mx-auto text-center">
<h1>An async web server with the runtime written in Rust.</h1>
<h1>A fast web framework!</h1>
<p class="lead mb-5">
An async web server with the runtime written in Rust.
</p>
Expand Down
7 changes: 0 additions & 7 deletions server_test.sh

This file was deleted.

5 changes: 0 additions & 5 deletions test.sh

This file was deleted.

File renamed without changes.
6 changes: 6 additions & 0 deletions test.py → test_python/test.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
import sys
import os

robyn_path = os.path.join(os.path.dirname(os.path.abspath(__file__)), "../robyn")
sys.path.insert(0, robyn_path)

from robyn import Robyn, static_file, jsonify
import asyncio

Expand Down

0 comments on commit c3d5725

Please sign in to comment.