Cometi un error tontogit add .! me equivoque en el nombre del icono en el html :c

This commit is contained in:
Daniel Cortes
2019-02-15 02:47:20 -03:00
parent 8e10f784ca
commit de406e37ca

View File

@@ -6,7 +6,7 @@
<link rel="stylesheet" href="{{ url_for('static', filename='normalize.css') }}"> <link rel="stylesheet" href="{{ url_for('static', filename='normalize.css') }}">
<link rel="stylesheet" href="{{ url_for('static', filename='skeleton.css') }}"> <link rel="stylesheet" href="{{ url_for('static', filename='skeleton.css') }}">
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}"> <link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
<link rel="icon" type="image/png" sizes="48x48" href="{{ url_for('static', filename='icon-48x48.png') }}"> <link rel="icon" type="image/png" sizes="32x32" href="{{ url_for('static', filename='icon-32x32.png') }}">
</head> </head>
<body> <body>
<nav class="navbar"> <nav class="navbar">