mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
19 lines
589 B
HTML
19 lines
589 B
HTML
<head>
|
|
{% include 'partials/meta.html' %}
|
|
|
|
<!-- CSS -->
|
|
<link rel="stylesheet" href="/static/css/archweb.css">
|
|
<link rel="stylesheet" href="/static/css/aurweb.css">
|
|
|
|
<!-- Resources -->
|
|
<link rel="shortcut icon" href="/static/images/favicon.ico">
|
|
|
|
<!-- Alternate resources -->
|
|
<link rel="alternate" type="application/rss+xml"
|
|
title="Newest Packages RSS" href="/rss">
|
|
|
|
<!-- Include local typeahead -->
|
|
<script type="text/javascript" src="/static/js/typeahead.js"></script>
|
|
|
|
<title>AUR ({{ language }}) - {{ title | tr }}</title>
|
|
</head>
|