1
0
mirror of https://github.com/avinal/avinal.github.io.git synced 2026-07-04 07:40:09 +05:30

add robots and alt

Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
This commit is contained in:
2023-01-31 00:50:35 +05:30
parent 5194c4bacd
commit 22fec59069
5 changed files with 12 additions and 7 deletions
+1 -1
View File
@@ -149,7 +149,7 @@ subscriptions model =
view : Model -> View Msg
view model =
{ title = "Be my SpaceTime"
{ title = "Welcome to my website"
, body = [ Html.div [ onClick LiveLife, onMouseLeave LiveLife ] [ universeSvg model ] ]
}