1
0
mirror of https://github.com/actix/examples synced 2025-06-29 02:10:36 +02:00

Improve the "basics" example (#393)

This commit is contained in:
Simon Strandgaard
2020-12-18 22:32:36 +01:00
committed by GitHub
parent 401753dd90
commit 7783600918
3 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
<head>
<title>actix - basics</title>
<link rel="shortcut icon" type="image/x-icon" href="/favicon" />
<link rel="shortcut icon" type="image/x-icon" href="/favicon">
</head>
<body>

View File

@ -3,11 +3,11 @@
<head>
<title>actix - basics</title>
<link rel="shortcut icon" type="image/x-icon" href="/favicon" />
<link rel="shortcut icon" type="image/x-icon" href="/favicon">
</head>
<body>
<h1>Welcome <img width="30px" height="30px" src="/static/actixLogo.png" /></h1>
<h1>Welcome <img width="30" height="30" src="/static/actixLogo.png"></h1>
</body>
</html>