Chaned font

This commit is contained in:
Sergei Poljanski 2023-08-02 20:33:42 +00:00
parent 3d3bf93100
commit 50a86b0a83

View file

@ -1,11 +1,13 @@
<html> <html>
<head> <head>
<title>asxpi</title> <title>asxpi</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans">
<style> <style>
body { body {
color: #FAFAFA; color: #FAFAFA;
background-color: #121212; background-color: #121212;
text-align: center; text-align: center;
font-family: 'Open Sans';
} }
.footer { .footer {
position: fixed; position: fixed;