mirror of
https://github.com/actix/actix-website
synced 2025-01-22 16:15:56 +01:00
Fixed a bad div close
This commit is contained in:
parent
2d44fe6f28
commit
35a9469409
@ -36,8 +36,9 @@
|
||||
</h2>
|
||||
<p>Actix is blazingly fast. Don't take our word for it -- <a href="https://www.techempower.com/benchmarks/#section=data-r16&hw=ph&test=plaintext">see for yourself!</a></p>
|
||||
</div>
|
||||
<div class="col-md-8">
|
||||
<div class="actix-content">
|
||||
</div>
|
||||
<div class="col-md-8">
|
||||
<div class="actix-content">
|
||||
{{ highlight `extern crate actix_web;
|
||||
use actix_web::{server, App, HttpRequest, Responder};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user