1
0
mirror of https://github.com/actix/actix-website synced 2025-06-27 07:29:02 +02:00

Improve home page (#305)

* improve landing page

* revert navbar
This commit is contained in:
Ibraheem Ahmed
2023-01-09 04:52:42 -05:00
committed by GitHub
parent 77ef3b62d1
commit 034a6f1890
6 changed files with 97 additions and 100 deletions

View File

@ -1,8 +1,8 @@
use actix_web::{web, App, HttpResponse, HttpServer, Responder};
use serde::Deserialize;
// <easy-form-handling>
use actix_web::web::{Either, Json, Form};
// <easy-form-handling>
#[derive(Deserialize)]
struct Register {
username: String,