-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·43 lines (38 loc) · 2.14 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html lang='en-gb'>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>UK Government Spending and Revenue</title>
<meta name="msapplication-TileColor" content="#e8e6e3">
<meta name="theme-color" content="#e8e6e3">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=EB+Garamond%7COpen+Sans" rel="stylesheet">
<link rel='stylesheet' type='text/css' media='screen' href='main.css?v=0.20' />
<script src="https://cdn.plot.ly/plotly-latest.min.js"></script>
</head>
<body style="margin: 0">
<div id="content" style="max-width: 80vw">
<header>
<div class="post-header">
<h1 class="title">UK Government Spending and Revenue</h1>
<p class="subtitle">by carlin mackenzie</p>
<div class="meta">Data last updated <span id="updated">7 January 2023</span></div>
</div>
</header>
<div class="container" style="max-width: 80vw">
<div class="markdown" id='plotlyContainer'>
<p>Double click on a legend item to isolate the category, and double click again to undo</p>
<p>View a detailed breakdown of categories here: <a href="https://www.ukpublicspending.co.uk/year_spending_2023UKbn_17bc1n_00102030405060708090E0F0G0H0010203041314151621222324252627283132333435364445464748495152535455566571737576788182838485868788898a8b8c8d8e8f8g8h8i8j8k8l8m8n8o8p8q8r8s97F1G1H1#ukgs302" target="_blank" rel="noreferrer noopener">https://www.ukpublicspending.co.uk/</a> and <a href="https://www.ukpublicrevenue.co.uk/year_revenue_2023UKbn_17bc1n_1030405060E0F0G011123941424344454651525354555963E1F1G1#ukgs302" target="_blank" rel="noreferrer noopener">https://www.ukpublicrevenue.co.uk/</a></p>
</div>
</div>
</div>
<footer class="footer">
<div id='footerText'>
<p><a href="https://github.com/carlinmack/uk-gov-spending" target="_blank" rel="noreferrer noopener">GitHub Repository</a></p>
</div>
</footer>
</body>
<script src='plot.js'></script>
</html>