|
3 | 3 | <head> |
4 | 4 | <meta charset="UTF-8"> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 6 | + <meta name="description" content="CodeClash: Benchmarking Goal-Oriented Software Engineering" /> |
| 7 | + <link rel="canonical" href="https://codeclash.ai/" /> |
| 8 | + |
| 9 | + <!-- Open Graph --> |
| 10 | + <meta property="og:type" content="website" /> |
| 11 | + <meta property="og:title" content="CodeClash" /> |
| 12 | + <meta property="og:url" content="https://codeclash.ai/" /> |
| 13 | + <meta property="og:image" content="https://codeclash.ai/static/images/misc/share.svg"> |
| 14 | + <meta property="og:image:width" content="1200" /> |
| 15 | + <meta property="og:image:height" content="630" /> |
| 16 | + |
| 17 | + <!-- Twitter --> |
| 18 | + <meta name="twitter:card" content="summary_large_image" /> |
| 19 | + <meta name="twitter:title" content="CodeClash" /> |
| 20 | + <meta name="twitter:description" content="CodeClash: Benchmarking Goal-Oriented Software Engineering" /> |
| 21 | + <meta name="twitter:image" content="https://codeclash.ai/static/images/misc/share.svg" /> |
| 22 | + |
| 23 | + <!-- Google tag (gtag.js) --> |
| 24 | + <script async src="https://www.googletagmanager.com/gtag/js?id=G-N8Q0B783CD"></script> |
| 25 | + <script> |
| 26 | + window.dataLayer = window.dataLayer || []; |
| 27 | + function gtag(){dataLayer.push(arguments);} |
| 28 | + gtag('js', new Date()); |
| 29 | + |
| 30 | + gtag('config', 'G-N8Q0B783CD'); |
| 31 | + </script> |
| 32 | + |
6 | 33 | <title>{% block title %}CodeClash{% endblock %}</title> |
7 | 34 | <link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/main.css') }}"> |
8 | 35 | <link rel="icon" type="image/svg" href="{{ url_for('static', filename='images/logos/clash.svg') }}"> |
|
0 commit comments