Skip to content

Instantly share code, notes, and snippets.

View CforED's full-sized avatar

Harold Huggins CforED

View GitHub Profile
@CforED
CforED / Footer
Last active July 28, 2022 09:39
Footer Dev. 6 Version
@CforED
CforED / YouTube iFrame
Created July 20, 2022 19:39
YouTube iFrame
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;700&display=swap" rel="stylesheet" />
<style>
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
# Docs for the Azure Web Apps Deploy action: https://github.com/Azure/webapps-deploy
# More GitHub Actions for Azure: https://github.com/Azure/actions
name: Build and deploy ASP app to Azure Web App - mvcdemo20220614233301
on:
push:
branches:
- master
workflow_dispatch: