Actually, I created a Site but they're not showing the Framework column.
HAI
<template> <lightning-card title="Case Info" icon-name="standard:record"> <template if:false={showOutput)> <div class="slds-m-around_medium"> <lightning-input label="Case Subject" onchange={handleChange} class="slds-m-bottom_x small"></lightning-input> <lightning-input label="Case Description" onchange={handleChange} class="slds-m bottom_x-small"></lightning-input> <lightning-button label="Submit" variant="brand" onclick={submitCase]></lightning button> </div> </template> <template if:true={showOutput}> <div class="slds-m-around_medium"> The case subject is {subject} <br/> The case Description is (desc) <br/></br> <lightning-button label="Refresh" variant="brand" onclick=[refresh}></lightning-button> </div> </template> </lightning-card> </template>